Show HN: RustX – Help me test/architect this new Rust-based scripting language(github.com)
github.com
Show HN: RustX – Help me test/architect this new Rust-based scripting language
https://github.com/GrandpaEJx/RustX
1 コメント
From the readme:
It's like rust without the borrow checker? Does it use a GC instead?
Why your post in HN says "[mention if it's Tree-walking or Bytecode]"?
> " trim me ".trim().lower() // trim me
It's correct, but I expect a uppercase letter in the initial string.It's like rust without the borrow checker? Does it use a GC instead?
Why your post in HN says "[mention if it's Tree-walking or Bytecode]"?
I made a scripting lang RustX (https://github.com/GrandpaEJx/RustX). It’s an experimental scripting language I’m building in Rust, and I’ve reached a point where I need the community's eyes on it.
Reason : A high level syntax can be work with rust. <it's slower than rust, but faster dev speed>
Why I'm asking for help: Building a language engine is a massive task, and I want to make sure the foundation is solid before I commit to more features. I am specifically looking for:
The Goal: I want RustX to be a "middle ground"—easier to write than Rust for quick scripts, but safer and more performant than many existing interpreted options.
The Repo: https://github.com/GrandpaEJx/RustX
I’m very open to criticism and would appreciate any "Don't do it this way" or "Check out this project for inspiration" comments. Thanks for taking a look! Why this works better: