search for: lispy

Displaying 4 results from an estimated 4 matches for "lispy".

Did you mean: lisp
2013 Jun 30
2
[LLVMdev] Implementing closures and continuations
...ments such as "using a struct" as an environment to hold references to free variables, linked lists to dictionaries for various scope levels, and even things like "it's just like virtual methods". I have a couple of questions regarding codegen, especially in the context of a Lispy/Haskell-like language with automatic reference counting of immutable objects allocated on the heap. What needs to be added to Functions during code generation? Is it a really just a struct only holding offsets to free variables? Or do symbols need to be looked up a kind of scope chain at runtime?...
2013 Jun 30
0
[LLVMdev] Implementing closures and continuations
...using a struct" as an > environment to hold references to free variables, linked lists to > dictionaries for various scope levels, and even things like "it's just like > virtual methods". I have a couple of questions regarding codegen, > especially in the context of a Lispy/Haskell-like language with automatic > reference counting of immutable objects allocated on the heap. > > What needs to be added to Functions during code generation? Is it a really > just a struct only holding offsets to free variables? Or do symbols need to > be looked up a kind of...
2013 Jun 30
1
[LLVMdev] Implementing closures and continuations
...ments such as "using a struct" as an environment to hold references to free variables, linked lists to dictionaries for various scope levels, and even things like "it's just like virtual methods". I have a couple of questions regarding codegen, especially in the context of a Lispy/Haskell-like language with automatic reference counting of immutable objects allocated on the heap. >> >> What needs to be added to Functions during code generation? Is it a really just a struct only holding offsets to free variables? Or do symbols need to be looked up a kind of scope...
2008 Mar 27
1
[LLVMdev] Hooking the global symbol resolver
On Wed, 2008-03-26 at 23:48 +0100, Óscar Fuentes wrote: > "Jonathan S. Shapiro" <shap at eros-os.com> writes: > My front-end is very similar to yours in the feature of the multiple > instantiations on demand, etc. Oscar: after you have a chance to read my recent reply to Gordon, would you be kind enough to let me know whether you still believe the situations are similar.