Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] OT: Compiler Languages

From: robert::muench::robertmuench::de at: 26-Dec-2002 11:15

Hi, a bit off-topic but maybe some of you are interested. I'm always looking around for the right tool to use in conjunction with Rebol on the backend side. I see Rebol for a very good control and frontside tool but sometimes there might be the case to use a DLL (for speed etc.). The question is how to develop the DLL? Of course you can use C++ etc. but after doing so much Rebol, I'm seeking for a Rebol-like compiler language. Here are my two favorits: 1. http://www.digitalmars.com and the D programming language and 2. http://caml.inria.fr/ with the Ocaml language Don't know if 2. was mentioned already on this list. At least worth to have a look at it. Robert