codespan
plzoo
Our great sponsors
codespan | plzoo | |
---|---|---|
2 | 3 | |
856 | 1,272 | |
- | - | |
0.0 | 0.0 | |
6 months ago | 11 months ago | |
Rust | OCaml | |
Apache License 2.0 | 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.
codespan
-
Ask HN: Who Wants to Collaborate?
Working in a GENERAL relational language (ie: not just a query one, like SQL, but general to make full apps, like python/delphi/c# + linq):
that is my attempt to resurrect the spirit of the FoxPro/dbase kind of tools.
Is on Rust, and is also my way to sharp my skills on it.
Now, I'm in the process of improve the parsing to be robust like in Rust, so i can show good error messages:
https://github.com/brendanzab/codespan
and also, hopefully, implement a solid type inference that work fine with the challenge of infer joins like "customer CROSS JOIN address".
---
The idea, long-term, is create a tool alike MS Access/FoxPro+Excel that I think could be great for a lot of companies (that are using stuff like "BigData" tools -like hadoop- when them are struggling with more fundamental issues!) and improve the condition of make business apps/analysis.
I already hear some interest when the vision is described in full, and I certain any company that use Excel/Access to deal with data and/or make business apps is anemically served by it.
The alternatives now are only for the cloud, and I instead wanna a local-first/on-premise offering...
-
Can i use rust to write my compiler??
Nice error messages (for YOUR lang) https://github.com/brendanzab/codespan or https://docs.rs/ariadne/0.1.3/ariadne/
plzoo
-
PL Scaffolding project?
Andrej Bauer's plzoo?
-
Can i use rust to write my compiler??
Such as OCaml. Incidentally, the first versions of Rust itself were written in OCaml. You can also find a ton of examples in this domain.
What are some alternatives?
miette - Fancy upgrade to std::error::Error.
rust-langdev - Language development libraries for Rust
langs-in-rust - A list of programming languages implemented in Rust, for inspiration.
inkwell - It's a New Kind of Wrapper for Exposing LLVM (Safely)
starlark-rust - A Rust implementation of the Starlark language
chessmadra-frontend
pratt - Pratt parser written in Rust
Benthos - Fancy stream processing made operationally mundane
quickjs-emscripten - Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter written in C by Fabrice Bellard.
rsyscall - Process-independent interface to Linux system calls