Tagged Questions

16
votes
7answers
1k views

What exactly is Parrot?

I understand that Parrot is a virtual machine, but I feel like I'm not completely grasping the idea behind it. As I understand, it's a virtual machine that's being made to handle multiple languages. ...
7
votes
3answers
443 views

What is a good VM for developing a hobby language?

I'm thinking about writing my own little language. I found a few options, but feel free to suggest more. JVM Parrot OSA A lot of languages are using the JVM, but unless you write a Java-ish ...
5
votes
2answers
905 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
1answer
20 views

Can I use Parrot Compiler Tools from installed parrot-devel package on Linux?

I am interested in creating my own language using Parrot VM. I have installed the parrot-devel package along with parrot and dependencies (using Synaptic package manager under Linux Mint 11). I ...