C-like interpreted language WITH pointers

Legrandin <spougsazag@farifluset.mailexpire.com>
Thu, 18 Sep 2008 17:07:06 -0500

          From comp.compilers

Related articles
C-like interpreted language WITH pointers spougsazag@farifluset.mailexpire.com (Legrandin) (2008-09-18)
Re: C-like interpreted language WITH pointers chris@csse.uwa.edu.au (Chris McDonald) (2008-09-18)
Re: C-like interpreted language WITH pointers chengang31@gmail.com (cg) (2008-09-19)
Re: C-like interpreted language WITH pointers dot@dotat.at (Tony Finch) (2008-09-19)
Re: C-like interpreted language WITH pointers cr88192@hotmail.com (cr88192) (2008-09-20)
Re: C-like interpreted language WITH pointers sandmann@daimi.au.dk (Soeren Sandmann) (2008-09-20)
Re: C-like interpreted language WITH pointers ed_davis2@yahoo.com (ed_davis2) (2008-09-21)
[1 later articles]
| List of all articles for this month |

From: Legrandin <spougsazag@farifluset.mailexpire.com>
Newsgroups: comp.compilers
Date: Thu, 18 Sep 2008 17:07:06 -0500
Organization: Compilers Central
Keywords: question
Posted-Date: 18 Sep 2008 18:10:22 EDT

Hi,


Not sure if this is the most appropriate ng...


I am looking for a simple, fast, small, intepreted, C-like imperative
language, with support for pointers and memory aliasing.


* it should be compilable in bytecode and executed by a small VM
* it does not need to be safe (NULL dereference may crash the system :-))
* I will use for some releatively intensive numeric manipulation, but
floating point arithmetic or even division are not needed.


Pawn was a good candidate but it does not support pointers.


I was thinking of using an actual uC compiler (e.g. for 8051) and
use a compact simulator as VM, but still looks complicated and suboptimal.


Any idea? Maybe some framework to adapt to my needs exists?


Thanks a lot


Legrandin



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.