Search found 2 matches

by doublec
Mon Jul 07, 2008 5:35 pm
Forum: Scheme
Topic: Interesting Scheme applications
Replies: 7
Views: 22251

Re: Interesting Scheme applications

Aviarc, a commercial system for building web applications, was written (at the time I was involved) in SISC Scheme: http://www.aviarc.com.au/main/ The end user of the system didn't write in Scheme (although they could drop down to it if needed), but wrote in another language which was compiled to Sc...
by doublec
Mon Jul 07, 2008 5:32 pm
Forum: The Lounge
Topic: Limits of continuation passing web programming
Replies: 5
Views: 19826

Re: Limits of continuation passing web programming

In a previous job I worked on a continuation based web framework written in Scheme. It was used to build a drag and drop, user friendly, authoring system for intranet style applications that ran in the browser. During the development of the system I had to work on a number of issues involving scalin...