Try typing "julia --lisp" and see what happens. 

On Thursday, June 27, 2013 6:38:33 AM UTC+10, Ben Racine wrote:
>
> I stumbled across this on wiki... 
>
> The use of S-expressions <http://en.wikipedia.org/wiki/S-expression> which 
> characterize the syntax of Lisp was initially intended to be an interim 
> measure pending the development of a language employing what McCarthy 
> called "M-expressions <http://en.wikipedia.org/wiki/M-expression>". As an 
> example, the M-expression car[cons[A,B]] is equivalent to the 
> S-expression (car (cons A B)). S-expressions proved popular, however, and 
> the many attempts to implement M-expressions failed to catch on.
>
> I've seen the (awesome) language designers mention that Julia can be 
> thought of a Lisp (in different words)... and I'm just wondering if anybody 
> cares to confirm, expound, or deny this.
>
> Main source: 
> http://en.wikipedia.org/wiki/History_of_the_Scheme_programming_language
> Further background: http://en.wikipedia.org/wiki/M-expression
>

Reply via email to