Re: Implementing another language on luajit - function arguments

  • From: Armin Rigo <arigo@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Mon, 4 Nov 2013 10:30:49 +0100

Hi Lex,

On Fri, Oct 25, 2013 at 6:17 PM, lex pops <lexpops12@xxxxxxxxx> wrote:
> On Thu, Oct 24, 2013 at 2:21 PM, Alex <initrd.gz@xxxxxxxxx> wrote:
>> Are you trying to write an actual interpreter in LuaJIT, or translating a
>> language into Lua source code?
>
> I want to implement a new language. Translating it to Lua source code
> is one option I'm considering.

If you go for the other option --- writing an interpreter --- then
this article about PyPy might help:
http://morepypy.blogspot.com/2012/02/introductionary-article-about-rpython.html


A bientôt,

Armin.

Other related posts: