atomy icon indicating copy to clipboard operation
atomy copied to clipboard

a modular, macro-ular, totally tubular language for the Rubinius VM. #atomo @ freenode

Results 8 atomy issues
Sort by recently updated
recently updated
newest added

e.g. arrays, strings, numbers old atomy used to auto-convert them, but i think that's a bit odd

nil wasn't there for a while. that was fun.

currently it leans on Assign semantics due to laziness; it should probably have semantics closer to methods. that way we can know the patterns ahead of time, which will make...

e.g. `with(@expr, 1)` should be able to remember the result of evaluating @expr when it's assigning after the match

enhancement