Forscape – A Language and Editor for Scientific Computation

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Forscape

    Scientific computing language

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • compitex

    A small tool to convert math equations written in LaTeX to equivalent C-Code.

    Reminds me of https://github.com/mtarek/compitex which is a very barebones LaTeX math to C compiler. I've done a bit of work to make it better, but it really needs a lot of work, and it needs to compile to languages with polymorphism.

    TFA makes me really like the idea of literate papers, with math, code, and data embedded in the paper.

  • gcodepreview

    OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.

    I believe that the Literate Programming tool which I managed to work up:

    https://github.com/WillAdams/gcodepreview/blob/main/literati...

    (with a bit of help from folks on tex.stackexchange.com: https://tex.stackexchange.com/questions/722886/how-to-write-... )

    could be used for that --- you'd just need to execute the code once it is written out, then read the files in once they have been made.

  • iheartla

    compilable markdown for linear algebra

    Here's a matrix-focused DSL that compiles to LaTeX, MATLAB, Python/NumPy or C++/Eigen:

    https://iheartla.github.io/

    Not exactly wysiwyg typeset coding, but a close concept, compiling relatively more legible equations to code

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Profiling Specific Code Segments of Applications

    5 projects | dev.to | 5 Dec 2024
  • State of Python 3.13 Performance: Free-Threading

    5 projects | news.ycombinator.com | 5 Nov 2024
  • Daily MiniScript mini-challenges

    3 projects | dev.to | 16 Oct 2024
  • The C23 edition of Modern C is now available for free

    5 projects | news.ycombinator.com | 15 Oct 2024
  • Mini Micro has an "attract mode"!

    1 project | dev.to | 9 Oct 2024

Did you konow that C++ is
the 7th most popular programming language
based on number of metions?