Greg Bylenok
04/25/2024, 4:28 PMGreg Bylenok
04/25/2024, 4:30 PMJimmy Miller
Greg Bylenok
04/25/2024, 4:59 PMStefan
04/25/2024, 5:10 PMJimmy Miller
Justin Janes
04/25/2024, 9:44 PMoPOKtdJ4UbTdPaZig6jg
04/26/2024, 6:23 AMTak Tran
04/26/2024, 7:34 AMStephen De Gabrielle
04/26/2024, 1:45 PMIvan imagines a world where general purpose programming languages are replaced (or supplanted) by domain-specific tooling.In some ways I think we are already there: javascript on the client, backend in C/C++/java/Python/C# etc. Shell scripting for OS, YML for build pipelines. In other ways, we are a long way off. An example: • say you are a nurse manager running a new service you have staff you know the laws relating to healthcare provision, safety, there are agree services, metrics and tariffs. How do you do this? what you do is run it on a bunch of spreadsheets. Why - even low code tools require you to bring in a consultant to get it working acceptably - if you are running a large service that is widespread you may eventually put together a business case to procure a system. (assuming there is a vendor for what your need). When the service winds down that patient information is lost.
Stephen De Gabrielle
04/26/2024, 1:46 PMGreg Bylenok
04/26/2024, 1:56 PMStephen De Gabrielle
04/26/2024, 1:56 PMSounds like Racket Lang could be a solid bet if they can withstand the elites knocking performance and distribution issues out.Racket is interesting because the metaprogramming facilities open the doors to building a wider variety of programming languages. The performance question is interesting, because Racket has excellent performance, but it isn't a system programming language like Rust or C++ - and doesn't pretend to be. So you wouldn't run Racket on a large scale - but DSL's for professionals - the machines they use are mostly idle - the size and speed of the Racket is just not noticeable. What is missing is DSL's(future of coding!) that support the needs of the users. Racket has tools to help make those DSL's (as do many other languages) - but the DSL's for non-programmers don't exist yet.
Stephen De Gabrielle
04/26/2024, 2:36 PMJacob Zimmerman
05/02/2024, 12:23 AMAxel Svensson
05/03/2024, 7:35 PMJacob Zimmerman
05/06/2024, 3:16 PMJimmy Miller
Jacob Zimmerman
05/06/2024, 3:24 PM