4 ms·
what sets it apart from scheme/lisp?
by ctenb 12d ago
what sets it apart from scheme/lisp?
- butlersean 12d agoon the surface probably: * the syntax is more similar to block structured languages. * different brackets are used in different contexts for different meanings. * the default is infix operators. internally: * its not s-expressions you can see more examples here: https://github.com/seanbutler/vo https://github.com/seanbutler/vo i feel it probably has more in common with self/rebol than lisp.