Skip to content
/ yuka Public

A Java Virtual Machine written in Common Lisp.

License

Notifications You must be signed in to change notification settings

easye/yuka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A Java Virtual Machine written in Common Lisp. As of now, yuka can load and display a class file in a human-readable format. Try this from your Common Lisp REPL:

(load "/home/vijay/Desktop/yuka/src/vm.lisp") (yuka:klass-to-string (yuka:load-klass-file "SomeJavaClass.class"))

About

A Java Virtual Machine written in Common Lisp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published