python-secret-type
A google/rune-style `secret` type for Python to prevent accidents. (by yasyf)
rune
An embeddable dynamic programming language for Rust. (by rune-rs)
python-secret-type | rune | |
---|---|---|
2 | 22 | |
5 | 1,893 | |
- | 2.0% | |
2.4 | 9.3 | |
about 2 months ago | 21 days ago | |
Python | Rust | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
python-secret-type
Posts with mentions or reviews of python-secret-type.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-26.
rune
Posts with mentions or reviews of rune.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-26.
- 3 years of fulltime Rust game development, and why we're leaving Rust behind
- RustPython
-
Steel β An embedded scheme interpreter in Rust
A Lisp, a weird dialect of Lisp, is not better than Lua. Why use Rune [0]?!
[0]: https://rune-rs.github.io/
-
Embeddable Scripting Language for Embedded Rust
This is what I based my comment on - https://github.com/rune-rs/rune/issues/444
-
-π- 2022 Day 13 Solutions -π-
Late start today as well. I really thought today would be the day that I'd have to abandon my goal of no heap allocations. But, luckily I had an arena allocator available that I could fairly easily adapt to store data on the stack. And with some tweaks we have today's solution:
- α£ the Rune Programming Language
-
thought you guys might like this monstrosity i created (that i actually use in a project)
I'd have given you bonus points for using a rust styled scripting language like rune but that's pretty neat still
-
Visual scripting for Rust
As note about using rust syntax for scripting: https://rune-rs.github.io/
-
Designing a Rust -> Rust plugin system
I know you said you donβt want to embed another language but IMO Rune is worth a consideration here. It can be a pretty thin abstraction over rust by passing native structs to scripts and calling methods on them. The syntax and semantics are very close to rust so it feels natural. https://github.com/rune-rs/rune
-
Rune vs Rhai?
The biggest technical difference I'd say is that Rune uses a stack-based machine which makes adding deep C support somewhat obvious while Rhai performs AST walking to execute scripts.
What are some alternatives?
When comparing python-secret-type and rune you can also consider the following projects:
Guice - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
RustPython - A Python Interpreter written in Rust
rune - Rune is a programming language developed to test ideas for improving security and efficiency.
dyon - A rusty dynamically typed scripting language
Rhai - Rhai - An embedded scripting language for Rust.
gluon - A static, type inferred and embeddable language written in Rust.