Re: Julie: GUILE for Java

2008-03-04 Thread Bertalan Fodor
Han-Wen Nienhuys írta: 2008/3/4, Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]>: In the last 3 weeks I created the base for an R5RS Scheme interpreter written in Java, aimed at GUILE compatibility. It is quite basic yet, but I'm not very far from the point where I can start interpreting

Re: Julie: GUILE for Java

2008-03-04 Thread Han-Wen Nienhuys
2008/3/4, Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]>: > In the last 3 weeks I created the base for an R5RS Scheme interpreter > written in Java, aimed at GUILE compatibility. It is quite basic yet, > but I'm not very far from the point where I can start interpreting > LilyPond input file

Julie: GUILE for Java

2008-03-04 Thread Bertalan Fodor (LilyPondTool)
Hi, In the last 3 weeks I created the base for an R5RS Scheme interpreter written in Java, aimed at GUILE compatibility. It is quite basic yet, but I'm not very far from the point where I can start interpreting LilyPond input files as they are. Actually module support is what I have to implem