Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - pber

#1
Many thanks, @itistoday, for you effort on newLISP.

I hope Lutz is in great form, today, just... elsewhere. I`m studing his codebase and I`m starting to feel a profound feeling of respect and regard for him and his code, which is great (IMHO).

I hope to publish something about my project (Ike) in order to find help from you Lisp coders.
I'm a f* C/C++ coder. I know lisp from decades (because I tried to use Xemacs/Emacs for at least 15 years), but I`m still not able to think, in Lisp.
I understand I think just in C, C++ or Smalltalk, but not in Lisp...
#2
newLISP and the O.S. / Re: win32 - threads?
February 25, 2015, 11:21:31 AM
Hi,

so you suggest:

run one or more instances of the whole interpreter

and pipe (possibly netsend) them in and out.

...it was simple!



Many thanks Lutz

and congrats for your great work: NewLisp



paolo
#3
newLISP and the O.S. / win32 - threads?
February 24, 2015, 07:32:55 PM
Hi all,

fork and spawn (if I'm not wrong) do not work on windows.

Does exist another way to multiprocessing in newLisp



thanks