It’s the first time I submit a question in this forum. I’m posting a general question. I don’t have to develop an application for a specific purpose. After a lot of “googling” I still haven’t found a language/runtime/script engine/virtual machine that match these 5 requirements:
- memory allocation of variables/values or objects cleaned at run time (e.g. a la C++ that use keyword delete or free in C )
- language (and consequently the program) is a script or pseudo-compiled a la byte code that should be portable on main operating system (windows, linux, *bsd, solaris) & platform(32/64bit)
- native use of multicore (engine/runtime)
- no limit on the heap usage
- library for network
The programming language for building application and that run on this engine is agnostic oriented (paradigm is not important). I hope that this post won’t stir up a Holy-War but I'd like to put focus on engine behavior during program execution.
Sorry for my bad english.
Luke