๐พ Archived View for bbs.geminispace.org โบ u โบ Addison โบ 3216 captured on 2024-08-18 at 22:43:16. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-07-09)
-=-=-=-=-=-=-
At some point down the road retrocomputing will include using Python 2
2023-07-17 ยท 1 year ago ยท ๐ skyjake, mozz, totroptof
๐ stack ยท 2023-07-18 at 00:36:
Not a fan of Python; as a language snob, I can't think of any interesting contribution Python brought, except for an extremely convoluted infrastructure that breaks old code on updates... Also, no tail recursion. Blub.
๐ญ DocEdelgas ยท 2023-07-18 at 02:57:
The thought of this makes me shudder.
๐ Ruby_Witch ยท 2023-07-18 at 15:47:
Someday, Rust will be retro too! That's just the way things work. :)
๐ Addison [OP] ยท 2023-07-18 at 18:09:
I gotta stop getting old
๐ stack ยท 2023-07-18 at 20:00:
There is only one way to stop getting old...
โ๏ธ Morgan ยท 2023-07-20 at 20:14:
@stack Agreed! Dart all the way, amiright? Okay, probably not going to get too much support around here for this one ;)
You can try it on the interblogs, if curious.
I'll just leave this here ;)
๐ Addison [OP] ยท 2023-07-20 at 23:25:
@Morgan It looks like C# ๐
โ๏ธ Morgan ยท 2023-07-21 at 13:09:
@Addison it should be one of the easiest modern languages to learn, think Java without the rough edges :) e.g. no primitive types or arrays, simplified class/member visibility, collaborative scheduling and isolates instead of multithreading.
๐ญ DocEdelgas ยท 2023-07-21 at 17:39:
@Morgan That's arguably still very similar to C#.
๐ Addison [OP] ยท 2023-07-21 at 18:38:
I've seen good work done with Flutter. Dart looks promising for sure.
โ๏ธ Morgan ยท 2023-07-22 at 05:36:
@DocEdelgas yes :) I don't know C# well, but I believe it ;)