Re: Need Information on how to create bytecode

"DavidM" <amedlock@gmail.com>
14 Apr 2006 12:45:32 -0400

          From comp.compilers

Related articles
Need Information on how to create bytecode megavlad@gmail.com (megavlad@gmail) (2006-04-08)
Re: Need Information on how to create bytecode Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-04-09)
Need Information on how to create bytecode ojh16@student.canterbury.ac.nz (Oliver Hunt) (2006-04-09)
Re: Need Information on how to create bytecode haberg@math.su.se (2006-04-09)
Re: Need Information on how to create bytecode Satyam@satyam.com.ar (Satyam) (2006-04-12)
Re: Need Information on how to create bytecode scavadini@ucse.edu.ar (2006-04-12)
Re: Need Information on how to create bytecode amedlock@gmail.com (DavidM) (2006-04-14)
Re: Need Information on how to create bytecode megavlad@gmail.com (megavlad@gmail) (2006-04-17)
Re: Need Information on how to create bytecode ken.overton@gmail.com (kov) (2006-04-21)
Re: Need Information on how to create bytecode anton@mips.complang.tuwien.ac.at (2006-04-25)
| List of all articles for this month |

From: "DavidM" <amedlock@gmail.com>
Newsgroups: comp.compilers
Date: 14 Apr 2006 12:45:32 -0400
Organization: http://groups.google.com
References: 06-04-048
Keywords: VM, interpreter
Posted-Date: 14 Apr 2006 12:45:32 EDT

Just out of curiousity, why would you not use Lua or Small or some
other existing stable and well documented implementation. Lua 5 in
particular is lightweight and very fast, plus it produces bytecodes.


http://www.lua.org/
http://www.compuphase.com/small.htm


If your focus is to make a game, such a task can only bog you down.


-DavidM


Post a followup to this message

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