Re: threading
On Tue, 28 Feb 2006 17:51:11 +0100, Pascal Bourguignon wrote:
You can overcome it writing a multi-threaded virtual machine, and a
compiler for your multi-threaded lisp source to this multi-threaded
virtual machine.
Or perhaps asking the nice people at CLISP to add threads to their virtual
machine...
Matt
--
"You do not really understand something unless you can
explain it to your grandmother." — Albert Einstein.
.
Relevant Pages
- Re: How Common Lisp sucks
... it's hard to interface a library compiled for the ... SBCL/x86 virtual machine with a program compiled for the clisp virtual ... You are confusing cross-compiler portability ... Intel C compiler to compile a C program and run it on Darwin/ppc ... (comp.lang.lisp) - Re: How Common Lisp sucks
... it's hard to interface a library compiled for the ... SBCL/x86 virtual machine with a program compiled for the clisp virtual ... You are confusing cross-compiler portability ... Intel C compiler to compile a C program and run it on Darwin/ppc ... (comp.lang.lisp) - Re: Lisp code security
... How do you think the compiler can do it? ... An implementation based on a virtual machine like clisp could be safer ... > sort of guarantee against a stack overflow trashing the lisp image. ... they're not in the specialized processor market, ... (comp.lang.lisp) - Re: Compiler for BASIC BBC
... generating "P-code" for a specific virtual machine. ... was considered easier for someone to port the runtime support of the ... The Apple II had in its ROM a VM for executing a RISC- ... compiler to generate such intermediate code, ... (comp.sys.acorn.programmer) - Re: Dont you need an XML Virtual Machine ?
... I called this executable XML "Active Tags"; Active Tags just specifies a behaviour, not how you could implement it: if you want to write an interpreter or a compiler, translate XML to Java code, load precompiled classes, or combine several of them, you're welcome. ... It's still mysterious why you call it a virtual machine. ... Java gets compiled to Java Virtual Machine instructions. ... When I research "JSP interpreter" and "JSP compiler" in Google, ... (comp.text.xml) |
|