scriptstoprograms.wordpress.com
Benchmarketing Racket parallelism | Scripts to Programs
https://scriptstoprograms.wordpress.com/2011/09/25/benchmarketing
PL Research, Racket, JavaScript, and more. September 25, 2011. The Computer Language Shootout. Is a popular if not-so-informative way to compare the speed of various language implementations. Racket does pretty well. On their benchmarks, thanks to a lot of effort from various people, especially Eli. They run benchmarks on both 1 core and 4 core. Two new Racket versions of the benchmarks. Uses futures, getting a speedup of approximately 3.2x on 4 cores, and the. Were the easiest, with Scala. Though fast, ...
scriptstoprograms.wordpress.com
JavaScript: a concurrent language with shared mutable state | Scripts to Programs
https://scriptstoprograms.wordpress.com/2011/09/27/javascript-shared-state
PL Research, Racket, JavaScript, and more. September 27, 2011. JavaScript: a concurrent language with shared mutable state. A little while ago, I saw @jdanbrown. Tweet the following “OH: ‘So I did a search for “node.js lock”, and then I was like, “I’m dumb”.'”. Now that’s funny–everyone knows that JavaScript’s event-loop concurrency model means that you don’t have the problems of threads with shared memory, locks, deadlocks, data races, etc that you have in languages like C or Java. Most of the time in J...
scriptstoprograms.wordpress.com
Installing Racket libraries with raco git | Scripts to Programs
https://scriptstoprograms.wordpress.com/2011/10/10/raco-git
PL Research, Racket, JavaScript, and more. October 10, 2011. Installing Racket libraries with raco git. One thing that’s great about many modern package managers like npm. Is that they make it really easy to install software from source repositories, not just from packages. Fortunately, it’s really easy to build a (very simple) version of this on top of Racket’s. Command. Thus, the. Here’s how to use it:. Raco git - github offby1 rudybot. And that’s all you need to do to install rudybot. Next post →.
scriptstoprograms.wordpress.com
February | 2012 | Scripts to Programs
https://scriptstoprograms.wordpress.com/2012/02
PL Research, Racket, JavaScript, and more. Monthly Archives: February 2012. Call for Papers: STOP 2012 in Beijing. February 15, 2012. 3rd Workshop on Script to Program Evolution. Co-located with ECOOP and PLDI). June 11, 2012. Papers are to be submitted electronically via the STOP website: http:/ wrigstad.com/stop12/. Paper submission: 11:59 PM 30 March 2012 Eastern Daylight Time. Notification: 20 April 2012. Camera-ready paper: 15 May 2012. Conference date: 11 June 2012. Avik Chaudhuri, Adobe Labs.
scriptstoprograms.wordpress.com
October | 2011 | Scripts to Programs
https://scriptstoprograms.wordpress.com/2011/10
PL Research, Racket, JavaScript, and more. Monthly Archives: October 2011. Installing Racket libraries with raco git. October 10, 2011. One thing that’s great about many modern package managers like npm. Is that they make it really easy to install software from source repositories, not just from packages. Fortunately, it’s really easy to build a (very simple) version of this on top of Racket’s. Command. Thus, the. Here’s how to use it:. Raco git - github offby1 rudybot. And you can do things like:. The c...
icfpconference.org
ICFP 2014 : The 19th ACM SIGPLAN International Conference on Functional Programming
http://icfpconference.org/icfp2014
The 19th ACM SIGPLAN International Conference on Functional Programming. Photo credit: www.goteborg.com/. Gothenburg, Sweden; September 1 – 3, 2014. Affiliated events: August 31 – September 4 – 6. ICFP 2014 provides a forum for researchers and developers to hear about the latest work on the design, implementations, principles, and uses of functional programming. The conference covers the entire spectrum of work, from practice to theory, including its peripheries. The invited speakers for ICFP 2014 are:.
scriptstoprograms.wordpress.com
Monitoring Garbage Collection in Racket | Scripts to Programs
https://scriptstoprograms.wordpress.com/2011/10/06/monitoring-garbage-collection-in-racket
PL Research, Racket, JavaScript, and more. October 6, 2011. Monitoring Garbage Collection in Racket. Recently, Matthew Flatt. Of garbage collection events in Racket. Based on this, I’ve built a tool. For summarizing the GC behavior of Racket programs. Here’s an example of how to use it:. Racket -l gcstats -u my-program.rkt. This says to first. When you do this you’ll get a big printout after your program runs; below the fold, we’ll take a look at each line in detail. To install, follow the instructions.
scriptstoprograms.wordpress.com
Call for Papers: STOP 2012 in Beijing | Scripts to Programs
https://scriptstoprograms.wordpress.com/2012/02/15/call-for-papers-stop-2012-in-beijing
PL Research, Racket, JavaScript, and more. February 15, 2012. Call for Papers: STOP 2012 in Beijing. 3rd Workshop on Script to Program Evolution. Co-located with ECOOP and PLDI). June 11, 2012. Papers are to be submitted electronically via the STOP website: http:/ wrigstad.com/stop12/. Paper submission: 11:59 PM 30 March 2012 Eastern Daylight Time. Notification: 20 April 2012. Camera-ready paper: 15 May 2012. Conference date: 11 June 2012. Avik Chaudhuri, Adobe Labs. Kathryn Gray, Swansea University.
scriptstoprograms.wordpress.com
Another day, another blog | Scripts to Programs
https://scriptstoprograms.wordpress.com/2011/09/06/another-day-another-blog
PL Research, Racket, JavaScript, and more. September 6, 2011. Another day, another blog. There’s so much to say, and so little space on the internet. Next post →. I'm an Assistant Professor at Indiana University. I'm the creator of Typed Racket, a member of PLT. A developer of Racket. And a member of the Ecma TC39 committee. You can read more about me at my homepage. Create a free website or blog at WordPress.com. Follow “Scripts to Programs”. Get every new post delivered to your Inbox.
SOCIAL ENGAGEMENT