No opinions here, just events.[[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2014/05/SchemeTimeline-1024×302.png]]
Category: Programming
Picrin Scheme
IntelliJ Settings
IntelliJ Idea is best Java development environment out there. It can be an IDE or a text editor—configure it however you wish because whatever you do it will be simple. At its simplest you only need 4 settings to make it better out of the box:
- Right margin (columns): 80
- Editor tabs: 100
- Show line numbers: true
- Appearance Theme: IDEA (4.5)
- Key-map:
- Emacs
- Project Toolbar: M:1
- Structure Toolbar: M:2
- Changes Toolbar: M:3
- Font: DejaVu Sans Mono 12
BiwaScheme: A Scheme interpreter for browsers
BiwaScheme is a Scheme interpreter for web browsers.
(via leppie)
The Best Article on Python Decorators
Here it is.
Finding Python’s package directories
Finding Python’s package directories:
python -c 'import sys, pprint; pprint.pprint(sys.path)'
(via djangobook)
Sagittarius Scheme System
Sagittarius Scheme System is a “mostly R6RS Scheme system”.
(via scheme-reports)
R7RS Initial Results of Implementor Intentions Poll
The following all intend to support R7RS small:
- Per Bothner (Kawa)
- Will Clinger (Larceny)
- Shiro Kawai (Gauche)
- Manuel Serrano (Bigloo) – “not sure about libraries”
- Alex Shinn (Chibi) – “already fully implemented, but lacking tests”
- Felix Winkelmann (Chicken)
The following were less committal, but open, and their implementations are flexible enough to implement R7RS in third-party code:
- Kent Dybvig (Chez) – “if it’s as simple as you say I don’t see why not”
- Matthew Flatt (Racket) – “if there’s sufficient user demand”
- Andy Wingo (Guile) – “probably”
The following are simply unable to implement R7RS or uninterested in standards:
- Taylor Campbell (MIT) – “MIT lacks the infrastructure for modules”
- Jonathan Shapiro (TinyScheme) – thinks call/cc should be removed
- Jeffery Mark Siskind (Stalin) – “no longer working on Stalin”
- Michael Sperber (Scheme48) – “no time even for R6RS”
No one refused to implement based on the content of the standard, or cited any features as showstoppers.
That last part is important; R6RS didn’t have that quality.
(via scheme-reports)