Search found 183 matches

by cameyo
Sun Nov 18, 2018 10:58 am
Forum: newLISP in the real world
Topic: Apply error message
Replies: 4
Views: 4219

Re: Apply error message

Thanks.
A big help for me.

cameyo
by cameyo
Sat Nov 17, 2018 8:05 pm
Forum: newLISP in the real world
Topic: Apply error message
Replies: 4
Views: 4219

Re: Apply error message

"transpose" works like i want :-)
But is the expression wrong logically or syntactically?
Why "apply" does not receive a list?
Thanks again

cameyo
by cameyo
Sat Nov 17, 2018 3:03 pm
Forum: newLISP in the real world
Topic: Apply error message
Replies: 4
Views: 4219

Apply error message

The following expression give me an error:

Code: Select all

(apply map list '((a 1) (b 2) (c 3)))
ERR: list expected in function apply : list@4095B0
Instead, I wish the output was:
((a b c) (1 2 3))
Can someone help me?
Thanks

cameyo
by cameyo
Sat Oct 27, 2018 6:58 am
Forum: newLISP in the real world
Topic: FUNCALL and GETDEF
Replies: 3
Views: 3721

Re: FUNCALL and GETDEF

Hi newbert,
I have found these functions in an old article on Lisp (to define a function it use DE, maybe Portable Standard Lisp).
GETDEF gets the definition of a function.
Thanks for infos.
by cameyo
Fri Oct 26, 2018 7:29 am
Forum: newLISP in the real world
Topic: FUNCALL and GETDEF
Replies: 3
Views: 3721

FUNCALL and GETDEF

Hi all,
i'm looking for the functions FUNCALL and GETDEF.
Are there equivalent functions in newLisp?
Sorry for dumb question...i'm a newbie.
cameyo
by cameyo
Thu Aug 24, 2017 9:24 am
Forum: newLISP in the real world
Topic: Connect notepad++ and newlisp REPL with autoHotkey
Replies: 0
Views: 5098

Connect notepad++ and newlisp REPL with autoHotkey

;===================================== ; edit2newlisp.ahk ; Connect newLisp and editor ; AutoHotkey: 1.x ; Language: English ; Platform: Windows7 ; Author: cameyo - 2017 ; License: MIT license ;===================================== ; Hotkeys: ; Win-F12 -> Start newLisp ; Left_Shift-Enter -> Evaluat...
by cameyo
Sat Apr 16, 2011 3:19 pm
Forum: newLISP in the real world
Topic: Converting Lisp to newLisp
Replies: 2
Views: 1739

Re: Converting Lisp to newLisp

I'm reading it too. I have converted the first game (guess-game)...
It is an interesting method to learn more about Common Lisp and Newlisp.
Have a nice day.

cameyo
by cameyo
Fri Apr 08, 2011 9:57 am
Forum: newLISP and the O.S.
Topic: newlisp syntax (and autocompletion) for notepad++
Replies: 0
Views: 2627

newlisp syntax (and autocompletion) for notepad++

Has anyone got a newLISP syntax file for notepad++?

Thanks