atomo programming language (fork of alex's atomo) — http://atomo-lang.org/
docs: explain what we're doing in the @in-context definition
corrected Pattern Role examples in pattern docs
TAG 0.4.0.1
specify hashable 1.0.0
TAG 0.4
added release notes to description
updated examples url
updated repository info
more release notes updates
updates to the 0.4 release notes
added 0.4 release notes
documentation tweaks
updated string formatting docs
providing both `<` and `>` flags to a justifier now implies `=`
allow `<`, `>`, and `=` flags in justification formatter, which are like `:`, `@`, and `:@` from FORMAT. closes #42.
cleanups
allow &foo to mean &foo: True. closes #44.
added `raw` macro-quoter. closes #43.
include range docs
added Range docs and updated List docs. closes #10.
added Ordered docs. closes #25.
rename @begin to @start in Range
more efficient/simpler @shift: for Ordered
a bunch of Range corrections
formatting docs updates
added initial string formatting docs. closes #37.
removed ePretty field of EVM record
promoted @match: to a first-class expression
expand a macro body's gensyms beforehand
updated class-object docs and ruby tutorial