Xavier Lambein
04/03/2021, 10:29 AMKonrad Hinsen
04/03/2021, 11:08 AMXavier Lambein
04/03/2021, 2:39 PMXavier Lambein
04/03/2021, 2:39 PMAndrew F
04/03/2021, 4:57 PMJacob Chvatal
04/03/2021, 5:48 PMJacob Chvatal
04/03/2021, 5:51 PMNick Main
04/03/2021, 8:02 PMKartik Agaram
Jacob Chvatal
04/04/2021, 4:27 AMJ. Ryan Stinnett
04/05/2021, 3:23 AMJack Rusher
04/05/2021, 8:38 AMwtaysom
04/05/2021, 2:06 PMKartik Agaram
Nick Smith
04/05/2021, 11:06 PMJack Rusher
04/07/2021, 6:29 AMNick Smith
04/07/2021, 6:33 AMNick Smith
04/07/2021, 6:37 AMAndrew Martin
04/07/2021, 1:36 PMXavier Lambein
04/07/2021, 1:40 PMAndrew Martin
04/07/2021, 1:52 PMAndrew Martin
04/07/2021, 1:53 PMAndrew Martin
04/07/2021, 2:05 PMAndrew Martin
04/07/2021, 2:06 PMAndrew Martin
04/07/2021, 2:08 PMAndrew Martin
04/07/2021, 2:12 PMKevin Greer
04/07/2021, 2:12 PMXavier Lambein
04/07/2021, 2:17 PMyou can't create a composite type (like a struct) on the JVM without allocating it to the heapYuck 😬
Xavier Lambein
04/07/2021, 2:17 PMXavier Lambein
04/07/2021, 2:18 PMJack Rusher
04/07/2021, 5:35 PMAndrew Martin
04/08/2021, 7:14 PMAndrew Martin
04/08/2021, 7:16 PMJack Rusher
04/09/2021, 6:59 AMAndrew Martin
04/09/2021, 3:49 PMKonrad Hinsen
04/12/2021, 5:14 AMJustin Blank
04/24/2021, 5:26 PMJustin Blank
04/24/2021, 5:29 PMJustin Blank
04/24/2021, 5:31 PMKonrad Hinsen
04/25/2021, 9:08 AMJustin Blank
04/25/2021, 5:04 PMKonrad Hinsen
04/25/2021, 5:44 PMKevin Greer
04/26/2021, 4:39 PMHashtable and Vector have been superseded by other classes for over a decade, but still are in the standard library.Actually I think they were superseded more than two decades ago. Also, various IO libraries and two UI libraries: AWT and Swing. But I think you could argue that it's a feature of Java that you can still run code written a quarter of a century ago. If you're writing new code, just ignore the deprecated libraries.
Kevin Greer
04/26/2021, 4:46 PMCould e.g. Java be improved while (1) not breaking existing code and (2) permitting developers to gradually port a codebase to better foundations?This is what FOAM does by adding a high-level modelling layer on top of Java (and JS and Swift). I feel that the design differences between most programming languages are the equivalent of shovel designers arguing over things like handle lengths and scoop geometries, when the real gains in efficiency would come from replacing all of your shovels with robot backhoes instead. For the typical client/server database-y app, developers are writing 50X too much code, and that's the real issue, not whether they're writing 48X too much or 52X too much. See:
wtaysom
04/27/2021, 2:08 AMKonrad Hinsen
04/27/2021, 8:24 AMKartik Agaram