Not a lisp apologist haha, but I think Clojure tries to use fewer smooth parens “()” in general. Square parens “[]” and curly parens “{}” are used to help with things like variable declarations and stuff like data…
I wonder if building a custom language is a simpler way to optimize stuff later on? For example, Unity uses C# but then you need either all of Mono at runtime or something like IL2CPP to compile to C++. And then…
For a moment I thought this was my fault because I had just asked for a free academic license, and somehow that would be the final straw :( I was very excited to start reading the C code and was hoping a Nim port would…
Awesome resources! On a side note have you tried the Rescript [0] or Reason [1] programming languages? They both are based on OCaml and compile to JavaScript. [0] https://rescript-lang.org/ [1]…
Yeah these are good points. I guess we could also add AI to the list (AI before ML), since it also has use of calculus I think. I’m now wondering whether to consider both of these subjects foundational to CS or a CS…
Hey I was wondering what maths are at the foundation of computer science. Could you explain which ones you think are at the foundation? For context, I’m not sure something like calculus would be a foundational math…
As a fan of ML family languages I have a question for SML lovers. What do you typically build with SML? For context, I’m web programmer and I’m also learning game dev, can I use SML productively? Or are there other…
I keep seeing comments about static html vs generated html. So I have a question (please respond): Why can’t we just run the example Deno program to generate snapshots of html? It seems like some of us think pure static…
I’m in the same boat, I’m learning game engines and so many libraries are in C++. It feels impossible to use Rust or Zig, but I have hope I can use Nim. It can compile to C++ and has a simple-ish way of wrapping C++…
Not sure how to exactly to build a "generator" either, but it seems that it would be a build rule that generates multiple outputs from multiple inputs right? If that's the case there's a `foreach` function for…
Please someone mention Tup and how it can be a reasonable build system. I’ve heard the Fuse dependency is not ideal, though I felt it had a nice UX experience with the Lua config. Plus it’s worth considering that you…
I think they meant his psychological analysis of Disney movies that are on YouTube. Not JP’s political lectures or etc.
Honestly, don’t really know much or care much about Svelte for my own use. But hearing that someone is going to be sponsored to work on their invention full-time is wonderful. Glad to witness this personal victory and…
I really enjoy this style of humor. Especially when mocking micro benchmark culture and all of the weirdness that happens in those measurements. And fwiw it definitely seems good to call out “bad play” in the community,…
Have a look at ProseMirror, let us know if this seems like what you want! https://prosemirror.net/
Not a lisp apologist haha, but I think Clojure tries to use fewer smooth parens “()” in general. Square parens “[]” and curly parens “{}” are used to help with things like variable declarations and stuff like data…
I wonder if building a custom language is a simpler way to optimize stuff later on? For example, Unity uses C# but then you need either all of Mono at runtime or something like IL2CPP to compile to C++. And then…
For a moment I thought this was my fault because I had just asked for a free academic license, and somehow that would be the final straw :( I was very excited to start reading the C code and was hoping a Nim port would…
Awesome resources! On a side note have you tried the Rescript [0] or Reason [1] programming languages? They both are based on OCaml and compile to JavaScript. [0] https://rescript-lang.org/ [1]…
Yeah these are good points. I guess we could also add AI to the list (AI before ML), since it also has use of calculus I think. I’m now wondering whether to consider both of these subjects foundational to CS or a CS…
Hey I was wondering what maths are at the foundation of computer science. Could you explain which ones you think are at the foundation? For context, I’m not sure something like calculus would be a foundational math…
As a fan of ML family languages I have a question for SML lovers. What do you typically build with SML? For context, I’m web programmer and I’m also learning game dev, can I use SML productively? Or are there other…
I keep seeing comments about static html vs generated html. So I have a question (please respond): Why can’t we just run the example Deno program to generate snapshots of html? It seems like some of us think pure static…
I’m in the same boat, I’m learning game engines and so many libraries are in C++. It feels impossible to use Rust or Zig, but I have hope I can use Nim. It can compile to C++ and has a simple-ish way of wrapping C++…
Not sure how to exactly to build a "generator" either, but it seems that it would be a build rule that generates multiple outputs from multiple inputs right? If that's the case there's a `foreach` function for…
Please someone mention Tup and how it can be a reasonable build system. I’ve heard the Fuse dependency is not ideal, though I felt it had a nice UX experience with the Lua config. Plus it’s worth considering that you…
I think they meant his psychological analysis of Disney movies that are on YouTube. Not JP’s political lectures or etc.
Honestly, don’t really know much or care much about Svelte for my own use. But hearing that someone is going to be sponsored to work on their invention full-time is wonderful. Glad to witness this personal victory and…
I really enjoy this style of humor. Especially when mocking micro benchmark culture and all of the weirdness that happens in those measurements. And fwiw it definitely seems good to call out “bad play” in the community,…
Have a look at ProseMirror, let us know if this seems like what you want! https://prosemirror.net/