Hi there,
cool project !
My problem is that in SharpDevelop i cannot use stuff
like:
(+ 1 2)
(set a 2)
(setq b 4)
It gives exception like:
"!Exception: ERROR: undefined variable +"
However, the following does work:
(add 1 2)
Any clue here ?
BTW, any updates comming up,....been a year since the
last source upload,....got anything interesting done
lately,
Thansk already,
Me.
Logged In: NO
Looks like you didn't read the instructions. From the
command line run
dotLisprepl boot.lisp
If you don't load boot.lisp it will behave the way you
mentioned.
Logged In: NO
Looks like you didn't read the instructions. From the
command line run
dotLisprepl boot.lisp
If you don't load boot.lisp it will behave the way you
mentioned.
Logged In: NO
Need to load boot.lisp first.
Logged In: YES
user_id=820378
How are you integrating DotLisp with SharpDevelop?
Are you loading boot.lisp? It defines + and set.
Regarding updates, see my post in the forum, where more
people will see it.