Hi Everyone,
-- Another new feature has been announced for VAST 2021. This time: Brace Arrays. Check out our tweet to see a quick demo video. Cheers, Mariano Martinez Peck Software Engineer, Instantiations Inc. Email: [hidden email] Twitter: https://twitter.com/MartinezPeck Blog: https://marianopeck.wordpress.com/You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAOUkibEFUOG%2BeYQ38CrV_nhmZtxCcnG_Rcxy4rn1aSf_VFM3wA%40mail.gmail.com. |
Administrator
|
On Wednesday, September 2, 2020 at 8:08:24 AM UTC-7, Mariano Martinez Peck wrote:
--
Yes!!
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/28756d10-b49c-4226-9c4f-92ac44287cb3o%40googlegroups.com. |
Not that I like the Brace Arry syntax per se, but this is excellent news. Porting code from other platforms and submitting fixes back will become a lot easier with this extension. This alone makes it a game changer!
Richard Sargent schrieb am Freitag, 4. September 2020 um 20:14:18 UTC+2:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/c3b27e8a-907a-4693-8584-9e401b20cf92n%40googlegroups.com. |
Hi Joachim, I totally agree with you. In fact, I doubt we will use it much (if anything at all) ourselves in the base product as that compromises backward compatibility with older VAST versions. So...similarly like Tonel, one the main goals here is to improve dialect compatibility and ease frameworks portability Cheers, On Wed, Sep 9, 2020 at 6:20 AM Joachim Tuchel <[hidden email]> wrote: Not that I like the Brace Arry syntax per se, but this is excellent news. Porting code from other platforms and submitting fixes back will become a lot easier with this extension. This alone makes it a game changer! Mariano Martinez Peck Software Engineer, Instantiations Inc. Email: [hidden email] Twitter: https://twitter.com/MartinezPeck Blog: https://marianopeck.wordpress.com/You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAOUkibHyFQ8aW1etwzZm%3DqoQWOHUu8z_7OA8x50z-8wppKw9pw%40mail.gmail.com. |
Administrator
|
In reply to this post by jtuchel
On Wednesday, September 9, 2020 at 2:20:52 AM UTC-7, Joachim Tuchel wrote:
-- Not that I like the Brace Arry syntax per se, but this is excellent news. Porting code from other platforms and submitting fixes back will become a lot easier with this extension. This alone makes it a game changer! I understand. I am torn between avoiding redundancy in Smalltalk syntax and keeping it small versus the benefit of conciseness. In this case, I have to side with: {statement1. statement2. statement3. ... statement9} over: ((Array new: 9) at: 1 put: statement1; at: 2 put: statement2; at: 3 put: statement3; ... at: 9 put: statement9; yourself) The clutter of the latter is anathema to me. It obscures the meaning.
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/211a3fc9-a709-4ff3-8946-d1bd4d1fc8dbo%40googlegroups.com. |
Free forum by Nabble | Edit this page |