What hash/map based programming language exist?
Posted
by Davorak
on Stack Overflow
See other posts from Stack Overflow
or by Davorak
Published on 2010-04-27T16:16:12Z
Indexed on
2010/04/27
16:43 UTC
Read the original article
Hit count: 138
programming-languages
Much like lisp is often considered a list based programming language what languages are considered map based?
I remember reading about one a few years back, but can not longer find a reference to it. It looked something like:
[if:test then:<code> else:<more code>]
edit: and more where quoted code blocks which would be conditional evaluated. In this fashion if/cond and others would not be special form as they are in lisp/scheme.
© Stack Overflow or respective owner