Fancy is a dynamic, object-oriented programming language inspired by Smalltalk, Ruby, Io and Erlang that runs on the Rubinius VM.
BSD 3-Clause "New" or "Revised" License
261
stars
22
forks
source link
New Regexp literals #42
Closed
bakkdoor closed 14 years ago
Use Ruby-like literals, e.g.
/foo[a-z]+bar/
instead of that weirdr{..}
syntax. As an alternative, we could also user/.../
.