Slashdot Mirror


User: bernh

bernh's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Vim on What Free IDE Do You Use? · · Score: 1

    If you like vim, take a look at pida which is an IDE built around vim (although there is also emacs support).

  2. Re:VM question on Parrot 1.0.0 Released · · Score: 3, Informative

    Note that .NET and JVM have been built with a focus on static languages like C# and Java. As far as I know Parrot is a register based virtual machine and should be especially suited for _dynamic_ languages like Perl, Python, Ruby, ... Time will tell if the theoretic advantages here will result in a better real-world performance as the other VMs.