Great canvas article and demo

2013-09-06 Thread Jon Kleiser
Hi Alex, From watching http://code.google.com/p/picolisp/source/list I knew you were working on some canvas stuff, and I was curious to find out. ;-) I really like your article at http://picolisp.com/5000/!wiki?canvasDrawing, and the demo at http://canvas.picolisp.com/. I'll take a closer

Java 7 Method Handles in Ersatz PicoLisp

2013-09-06 Thread Samuel Dennis Borlongan
http://picolisp.com/5000/!wiki?Invokedynamic http://code.google.com/r/srborlongan-picolisp/ Java 7 introduced the concept of method handles in the language, which are somewhat like function pointers in C++, except more type-safe (like Java) and with a more wordy API (also like Java). The current

Re: Great canvas article and demo

2013-09-06 Thread Alexander Burger
Hi Jon, thanks for the feedback! :) A couple of questions: 1) Will your canvas library allow the use of non-integer values? The Yes. JavaScript doesn't really care about the type of an argument, so you should be able to pass a string like 0.5, or (format Number 3), or whatever. reason I