Ad Astra is a configurable scripting language platform designed for embedding in Rust applications
https://github.com/Eliah-Lakhin/ad-astra
https://github.com/Eliah-Lakhin/ad-astra
GitHub
GitHub - Eliah-Lakhin/ad-astra: Scripting language for Rust.
Scripting language for Rust. Contribute to Eliah-Lakhin/ad-astra development by creating an account on GitHub.
granule
: A statically-typed linear functional language with graded modal types for fine-grained program reasoninghttps://github.com/granule-project/granule
GitHub
GitHub - granule-project/granule: A statically-typed linear functional language with graded modal types for fine-grained program…
A statically-typed linear functional language with graded modal types for fine-grained program reasoning - granule-project/granule
❤3
Logic and Computation Intertwined
: Prepares one for Agda or Coq by constructing a small proof assistant (Proust) in Rackethttps://cs.uwaterloo.ca/~plragde/flaneries/LACI/
❤2👍2
Abstract Satisfaction
https://dl.acm.org/doi/pdf/10.1145/2535838.2535868
https://dl.acm.org/doi/pdf/10.1145/2535838.2535868
Turing-Completeness Totally Free
https://personal.cis.strath.ac.uk/conor.mcbride/TotallyFree.pdf
https://personal.cis.strath.ac.uk/conor.mcbride/TotallyFree.pdf
500 Python Interpreters
https://izzys.casa/2024/08/463-python-interpreters/
https://izzys.casa/2024/08/463-python-interpreters/
Self Unemployed • Izzy Muerte
500 Python Interpreters
As we approach the final release date for Python 3.13, I’ve seen an uptick in
discussion regarding 3.13’s introduction of an optional GIL. While removing the GIL has been a long time
coming for the average user (I’ve dreamt of this for nearly 20 years), there…
discussion regarding 3.13’s introduction of an optional GIL. While removing the GIL has been a long time
coming for the average user (I’ve dreamt of this for nearly 20 years), there…
Notes on Distributed Systems for Young Bloods
https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/
https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/
Wedson Almeida Filho
: Retiring from the Rust for Linux Projecthttps://lore.kernel.org/lkml/20240828211117.9422-1-wedsonaf@gmail.com/
😢5👍3🙏2
Computed goto for efficient dispatch tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
❤2👍2🔥2
Modern multicore and manycore architectures
: Modelling, optimisation and benchmarking a multiblock CFD codehttps://www.sciencedirect.com/science/article/pii/S0010465516300959
👍1
Understanding the Y Combinator
https://8dcc.github.io/programming/understanding-y-combinator.html
https://8dcc.github.io/programming/understanding-y-combinator.html
8dcc.github.io
Understanding the Y combinator
❤1
A programming environment for cyberphysical programming
https://github.com/digego/extempore
https://github.com/digego/extempore
GitHub
GitHub - digego/extempore: A cyber-physical programming environment
A cyber-physical programming environment. Contribute to digego/extempore development by creating an account on GitHub.
🔥2
How to wrap a C compiler and preprocessor
https://www.humprog.org/~stephen/blog/2024/08/27/#how-to-wrap-cc-really
https://www.humprog.org/~stephen/blog/2024/08/27/#how-to-wrap-cc-really
❤3
ShareJIT
: JIT code cache sharing across processes and its practical implementationhttps://dl.acm.org/doi/10.1145/3276494
Proceedings of the ACM on Programming Languages
ShareJIT: JIT code cache sharing across processes and its practical implementation | Proceedings of the ACM on Programming Languages
Just-in-time (JIT) compilation coupled with code caching are widely used to improve
performance in dynamic programming language implementations. These code caches, along
with the associated profiling data for the hot code, however, consume significant
...
performance in dynamic programming language implementations. These code caches, along
with the associated profiling data for the hot code, however, consume significant
...
❤2🗿1
On the same origin of quantum physics and general relativity from Riemannian geometry and Planck scale formalism
https://www.sciencedirect.com/science/article/pii/S0927650524001130
https://www.sciencedirect.com/science/article/pii/S0927650524001130
What is the best pointer tagging method?
https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/
https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/
coredumped.dev
What is the best pointer tagging method?
In this post, we are going to take a deep dive into pointer tagging, where metadata is encoded into a word-sized pointer. Doing so allows us to keep a compact representation that can be passed around in machine registers. This is very common in implementing…
❤4