-
Should have done more thorough testing. The code was copied from a pdf which had a hidden unicode character in it somewhere. After manually typing it in eclipse all seems to work. Sorry for any inconveniences this may have caused.
Thanks,
Alex.
2008-09-11 21:23:48 UTC by alexbarnes86
-
sorry SF cut the spacing, i will attach the file for ease of use.
File Added: testing.lisp.
2008-09-11 18:35:57 UTC by alexbarnes86
-
I have run this simple code through CLISP v2.45 and have double checked it - should work fine. However, Dandelion reports an "incorrect form" on this function.
(defun splus (x y)
(if (numberp x)
(if (numberp y)
(+ x y)
(if (zerop x)
y
(list ’+ x y)
)
)
(if (and (numberp y) (zerop y))
x
(list ’+ x y)
)
)
...
2008-09-11 18:34:26 UTC by alexbarnes86
-
I would be happy to build an intel Mac bundle if you want to tell me what is necessary.
2008-08-08 15:59:08 UTC by vttoonses
-
Eclipse 3.3.2 Linux Java
Dandelion and CLISP (Linux x86) 2.4.1
Dandelion and SBCL (Linux x86) 1.0.0
Everytime you evaluate the file or the selection and an "Evaluation failed" message appears you can select 'Abort' and 'OK'. If you select 'Abort' everthing works fine. But if you select 'OK' the Eclipse-progress stucks in "Evaluating: reading restart result"(mostly at 66 %) and aborting it...
2008-04-17 21:38:49 UTC by nobody
-
ragnaroek committed revision 21 to the Dandelion - Eclipse Lisp Plugin SVN repository, changing 12 files.
2008-04-05 23:14:21 UTC by ragnaroek
-
ragnaroek committed revision 20 to the Dandelion - Eclipse Lisp Plugin SVN repository, changing 12 files.
2008-04-05 23:12:58 UTC by ragnaroek
-
ragnaroek committed revision 19 to the Dandelion - Eclipse Lisp Plugin SVN repository, changing 11 files.
2008-04-05 23:11:58 UTC by ragnaroek
-
ragnaroek committed revision 18 to the Dandelion - Eclipse Lisp Plugin SVN repository, changing 11 files.
2008-04-05 23:10:35 UTC by ragnaroek
-
ragnaroek committed revision 17 to the Dandelion - Eclipse Lisp Plugin SVN repository, changing 11 files.
2008-04-05 23:05:50 UTC by ragnaroek