Author Topic: How to achieve multi-threaded with (V)LISP?  (Read 11465 times)

0 Members and 1 Guest are viewing this topic.

nonsmall

  • Guest
Re: How to achieve multi-threaded with (V)LISP?
« Reply #15 on: April 20, 2010, 05:29:36 AM »
I wouldn't be hard to spawn threads  from lisp with the help of some external module.
here is a multithreaded sample with Bricscad  and .NET 4

 :-)
multi-threaded in Lisp is only from lisp language without the help of any external module or other languages.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8783
  • AKA Daniel
Re: How to achieve multi-threaded with (V)LISP?
« Reply #16 on: April 20, 2010, 05:39:36 AM »
Good job, you must be creating new threads in COM or simulating threads