User loginNavigation |
archivesfunction overriding workaround in dynamically typed languageshi, def fun(inobj) except these switch cases, is there any better way of handling the situation, where overridden function would have been helpful (in pure OO sense) regards Real-World Haskell, the bookDon Stewart, John Goerzen and I are excited to announce that we're working on a book for O'Reilly, the title of which is "Real-World Haskell". We hope that the book will be useful for getting people quickly bootstrapped into applying Haskell to real problems, and shedding the language's undeserved "academic only" aura. We're delighted that O'Reilly has agreed to publish the book under a Creative Commons license, so we'll be able to make it available to as many people as possible. For more information, see our web site. Picky libraries, picky languages?STL has some complexity requirements specified. (Dunno how much people really meet them, or what the constant factors are, of course.) I often find myself scratching my head trying to figure out what, if any, specification the Java standard libraries are following in terms of e.g. performance and behavioural contracts. To what degree do people value the idea of providing a standard library for a language that is super well specified w.r.t. things like time and space complexity, suitability for concurrency, behavioural patterns, use of nulls, etc.? (Personally, as a library consumer, I think that would all be the bee's knees.) It sure seems like a rarity. Further, to what degree should such things be available as core concepts in a language? Are various complexity metrics describable in any design-by-contract systems? It would possibly be neat to declare that a method has a certain running time complexity, and then have the compiler and tools chain that information together throughout the call tree (I'm not expecting them to prove the declared complexities). And ways to put assertions or requirements in bounding those values. I've poked around but haven't turned up any great refs, thanks for any info/pointers. I guess to some degree I see this all being aimed at correctness by construction vs. relying too much on post-hoc testing. DbC + OPascal == Chrome(Hadn't seen this before, didn't find it mentioned on LtU via the search.)
I'm not sure I'd call a new version of Object Pascal coming from a single vendor "a main-stream language" but Chrome still sounds interesting. Error messagesThis looks interesting -- has anyone had a closer look? SEMINAL: Searching for Error Messages IN Advanced Languages Benjamin Lerner, Dan Grossman, and Craig Chambers
Their system is for OCaml, btw. Personally I find the standard OCaml messages reasonably useful... but I have no idea how much hair is behind them in the compiler. Josh |
Browse archivesActive forum topics |
Recent comments
22 weeks 21 hours ago
22 weeks 1 day ago
22 weeks 1 day ago
44 weeks 2 days ago
48 weeks 4 days ago
50 weeks 1 day ago
50 weeks 1 day ago
1 year 5 days ago
1 year 5 weeks ago
1 year 5 weeks ago