Tagged Questions
5
votes
2answers
906 views
Do VMs like LLVM or PARROT allow usage of the same library from multiple languages?
Is it possible to use one framework written in one Parrot (LLVM) language in any other Parrot (LLVM) language?
(Like usage of .NET Framework from any CLR language)...
1
vote
3answers
2k views
LLVM, Parrot, JVM, PyPy + python
What is the problem in developing some languages, for example python for some optimized techniques with some of LLVM / Parrot.
PyPy, LLVM, Parrot are the main technologies for common platform ...