Wednesday, September 6, 2023

Show HN: Programming Languages Database https://ift.tt/uER639k

Show HN: Programming Languages Database I recently spent a week to build this website that gathers most Programming Languages that exist. It is meant to be a place where you can find programming languages specific to your needs. One thing I'd like to add is the relative performance between all of those languages, to have a "Performance" or "Speed" filter. But benchmarks for so many languages is not easy to find. Please let me know what YOU would like to see on such a site. Thanks in advance! https://ift.tt/LgS3zUR September 7, 2023 at 03:01AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...