Re: newbie: m-expressions





falcon wrote:
I recently started looking at Lisp/Scheme.  Once or twice I came
accross M-Expressions.  From what I understood, m-expressions could be
used to define new syntax...first of all is this correct?  Basically
I'd like to develop my own language with c/c++ like syntax...but I
would like to use lisp/scheme in the back.

yes, this is a newbie question: you most assuredly do not want to develop a language with C/C++ syntax, though you will not know that until you have learned Lisp/Scheme. The syntax is one of the best things about Lisp, and one of the worst about C/C++.


kt

--
Cells? Cello? Cells-Gtk?: http://www.common-lisp.net/project/cells/
Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film

"Doctor, I wrestled with reality for forty years, and I am happy to state that I finally won out over it." -- Elwood P. Dowd

.



Relevant Pages

  • Re: newbie: m-expressions
    ... accross M-Expressions. ... Basically I'd like to develop my own language with c/c++ like syntax...but I would like to use lisp/scheme in the back. ... The syntax is one of the best things about Lisp, and one of the worst about C/C++. ...
    (comp.lang.lisp)
  • Re: newbie: m-expressions
    ... > I recently started looking at Lisp/Scheme. ... Once or twice I came ... > accross M-Expressions. ... Practical Common Lisp ...
    (comp.lang.lisp)