[plt-dev] coding ideas from JaneStreet

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Apr 13 22:10:58 EDT 2010

1. Whatever you do, don't do warnings. Issue error messages, insert exceptions raises, but don't issue warnings. 

2. Is this one of those places where Typed Scheme is NOT ML would have been the appropriate short-cut? TS isn't even about typed programming per se; it's about moving code into the typed world. 

-- Matthias



Posted on the dev mailing list.