The PLT R5RS language is just that, a language conformant R5RS Scheme.
Eli explained here, though, how one may import additional bindings.
#lang r5rs
(#%require (only scheme/base error))
; to import error for example
The PLT R5RS language is just that, a language conformant R5RS Scheme.
Eli explained here, though, how one may import additional bindings.
#lang r5rs
(#%require (only scheme/base error))
; to import error for example
This looks like an interesting article about writing macros in Ruby.
“Ease at Work” is a presentation given by Kent Beck about helping programmers to find ease at work.
My friend Roger vouched for this. I look forward to watching it.
“Ext JS is a cross-browser JavaScript library for building rich internet applications.”
In particular, it allows you to build desktop-like applications that run in a web browser. Considering the speed of CPUs and Internet connections today, this could be pretty interesting.
This looks like a great way to mock up UIs quickly without the downsides of hand-drawing or using Visio.
(via the work email list)
jTracert will allow you to generate sequence diagrams directly from your application runtime!
* This gives you a lot of advantages:
* Understand the code created by your colleagues/partners in a short time
* Rapidly generate documentation for your partners or users.
* Easily investigate what’s happening in large Java applications
* Excellent companion for a common debugger
LambdaBeans is a new IDE for Scheme. Download it here.
(via comp.lang.scheme)
Here.
HOPLON Infotainment write MMOG’s with Java on a mainframe. More here.
(via IEEE Spectrum Volume 45 Number 8, 2008)