Forscape
awesome-low-level-programming-languages
Forscape | awesome-low-level-programming-languages | |
---|---|---|
21 | 12 | |
57 | 219 | |
- | - | |
5.3 | 5.1 | |
about 1 year ago | about 1 month ago | |
C++ | ||
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Forscape
- Forscape – A Language and Editor for Scientific Computation
-
Why Wolfram uses square brackets for function calls
And if you like mathematical languages, you should check out Forscape :)
-
What's the best way to get my language stress tested?
You can use the free GitHub runners to execute regression tests on Linux, Windows, and Mac. I recommend testing with 32bit compilation as well as 64bit- it has a way of smoking out bugs. You could take a look at the GitHub actions on my Forscape repo in the .github folder, although it's probably not the most idiomatic runner scripting, but it is a C++ project like yours.
-
Word Processor from scratch WYSIWYG with Web Assembly
When I was developing a typesetting text editor for Forscape, I struggled to get traction until stumbling on the following plan: 1) Implement the document data structure and get it rendering to the screen 2) Support non-mutating interactions, such as clicking to move the text cursor, selecting, copying, etcetera 3) Support mutating interactions, such as keyboard input, deleting, and pasting. You'll probably use the Command pattern to support undo/redo of mutations
-
Which phases/stages does your programming language use?
The project is Forscape, although the language part is made a bit complicated because a goal of the project is creating an editor that supports typeset code with IDE interaction
-
[Weekly] What is everybody working on? Share your progress, discoveries, tips and tricks!
Finally adding multi-file support to Forscape. The frontend UI aspects are completed and I'm quite happy with the result. The app is Unicode heavy and QString's UTF-16 encoding is an annoyance; I would much prefer if Qt relied on std::string even. But the signal/slot mechanism lets you achieve some complicated behaviour with minimal complexity, and Qt looks great.
-
Build Qt Project w/GitHub Actions
Here's an example from a project. The first step installs Qt, the second step clones my repo on the runner, then a bit more setup with Conan, then building and running.
-
C++ Show and Tell - November 2022
I've been working on the Key CAS project (Imgur Screenshot), CAS being an acronym for Computer Algebra System, and "Key" a judiciously chosen title. This was my third time attempting CAS- this iteration was a huge improvement, but I still find it to be a damn hard problem. The GUI comes from the open source project Forscape, a scientific computing environment written in C++.
-
What Operators Do You WISH Programming Languages Had? [Discussion]
It gets fun when you go beyond flat symbols and start supporting 2D notation, like fractions and matrices. Probably not worth the hassle for most things, but I think it makes matrix expressions more compact with better readability.
-
What Are You Working On? August 29, 2022
I've been working on a mathematical programming language, Forscape. Currently it's entirely numerical, but I'm building a CAS separately which I hope to use in the language.
awesome-low-level-programming-languages
-
Cwerg: C-like language that can be implemented in 10kLOC
(see https://github.com/robertmuth/awesome-low-level-programming-...)
- Good resources to find new and in development programming languages?
-
Where are the C Alternatives?
I am maintaining a list low level languages here: https://github.com/robertmuth/awesome-low-level-programming-languages feel free to send PRs for corrections and additions.
- old languages compilers
-
Georgia Tech professor's thoughts on C/C++ alternatives
A curated list of langauges like the ones mentioned in the video: https://github.com/robertmuth/awesome-low-level-programming-languages
-
August 2022 monthly "What are you working on?" thread
More of a meta project to help me understand the "space": awesome-low-level-programming-languages
- Creator of SerenityOS announces new Jakt programming language effort
-
May 2022 monthly "What are you working on?" thread
I have started looking into a frontend language. Not sure yet if I should roll my own or try to hook up Cwerg to an existing language. In any case that language should be a systems language similar to the ones described in awesome-low-level-programming-languages.
-
If Lua is faster and smaller than Python, while being just as powerful and capable, then why is Python so much more popular?
Funny, I am also in the market for a C++ alternative and had looked at Nim before. I felt it was a bit "kitchen-sinky" but I'll give it another shot. A comparison of system languages that came out of this effort can be found here: https://github.com/robertmuth/awesome-low-level-programming-languages
-
Announcement: Seed7 version 2021-12-25
Unrelated: I maintain https://github.com/robertmuth/awesome-low-level-programming-languages feel free to send a PR with an entry for seed7 if you feel it is appriopriate.
What are some alternatives?
schmu - programming language experiment
Vale - Compiler for the Vale programming language - http://vale.dev/
xvm - Ecstasy and XVM
boba - A general purpose statically-typed concatenative programming language.
Argon - Argon programming language
GLhf - OpenGL Application Abstraction
MLStyle.jl - Julia functional programming infrastructures and metaprogramming facilities
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
sligh - A language for certifying specification
awesome-programming-languages - The list of awesome programming languages that you might be interested in.