Menu

#2 Operators not working: (+ 1 2) fails

open
nobody
None
5
2004-07-09
2004-07-09
Anonymous
No

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.

Discussion

  • Nobody/Anonymous

    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.

     
  • Nobody/Anonymous

    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.

     
  • Nobody/Anonymous

    Logged In: NO

    Need to load boot.lisp first.

     
  • Mark Hurd

    Mark Hurd - 2004-08-26

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.