[#1551] Hashes as keys — "Nathaniel Talbott" <nathaniel@...>

I was just playing around with Hash#hash and discovered that you can't use a

13 messages 2003/09/23

SuperCollider's new Rubyisms

From: Mathieu Bouchard <matju@...>
Date: 2003-09-09 01:27:03 UTC
List: ruby-core #1525
Look at this:

http://www.create.ucsb.edu/pipermail/sc-users/2003-September/005128.html

Apparently Supercollider (a sound processing language) got a more
ruby-like syntax, they say.

It seems that it's got the ability to handle several blocks in a row like:

mumble {|x| x.foo} {|x| x.bar}

(but that's because {|x|...} in supercollider is actually more like
smalltalk's [x|...]; and in ruby, that's called Proc, not block.)

________________________________________________________________
Mathieu Bouchard                       http://artengine.ca/matju


In This Thread

Prev Next