My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 73
The Java Virtual Machine ( Sun's JVM is called HotSpot ) is a java bytecode interpreter which is fast, portable and secure. *Jython*, *JRuby*, *Scala*, *ABCL (Common Lisp)* are popular language implementations that run on the JVM that allow for the jvmcookbook sugar of their particular languages. ...
Two goals for now: (1) Use SFI to isolate the execution of native code (2) Formally verify SFI verifiers
This project is intended to collect and grow libraries, frameworks, and utilities that will aid developers of language implementations for the JVM. Given that there are many existing, working implementations of many different languages, there should be many common areas we can share code and techniq...
[http://da.vidr.cc/projects/lljvm/ LLJVM] provides a set of tools and libraries for running comparatively low level languages (such as C) on the JVM. [http://da.vidr.cc/projects/lljvm/ Homepage]
This is a simple hosting for the various parts of the blog http://bytecoded.blogspot.com
Malaria kills more than 1 million people a year, mostly children in sub-Saharan Africa. Antimalarial drug resistance is one of the greatest challenges facing malaria control today. Ronald is a Domain-Specific Language to model the fundamental forces driving antimalarial drug resistance including dru...
The focus is on: 1) Code size 2) Java runtime overhead ....
= # abcl-dynamic-install = We wish to boot the Armed Bear Common Lisp implementation via an IRI in arbitrary client. The REPL provided will then depend on the local display capabilities. abcld == ABCL Dynamic _The right of the people to keep and arm bears shall not be infringed!_ ...
<h1>Noop</h1> = What is Noop? = Noop (pronounced noh-awp, like the machine instruction) is a new language experiment that attempts to blend the best lessons of languages old and new, while syntactically encouraging what we believe to be good coding practices and discouraging the worst offenses. ...
有些JAVA虚拟机(如M8上的"辰元JavaVM")运行JAVA程序时要求同时提供JAR和JAD文件,而网上下载的有时只有JAR,而没有JAD。本程序的功能是,根据JAR文件自动生成JAD文件。 本程序可自动关联JAR文件。关联后,点击JAR即可启动本程序并生成JAD文件。设置文件关联的一些技术细节,已总结到我的博客中:http://blog.csdn.net/liigo/archive/2009/11/22/4851683.aspx 生成JAD的技术细节,介绍如下。首先从JAR(ZIP格式)中解压出"META-INF/MANIFEST.MF"(UTF-8编码),在其内容的基础上添...
1 2 3 4 5 6 7 8 Next