Forwarded from Programming Deadlock
Hard Mode Rust
https://matklad.github.io/2022/10/06/hard-mode-rust.html
https://matklad.github.io/2022/10/06/hard-mode-rust.html
matklad.github.io
Hard Mode Rust
This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation).
It assumes a fair bit of familiarity with the language.
It assumes a fair bit of familiarity with the language.
π1
Happy Val....
forget it, it's just
so Happy Immutable Variable day
forget it, it's just
val date : String = "14 February"
so Happy Immutable Variable day
π5
I recommend book for who seeks to design a programming language:
- Programming Language Design Concepts by D. Watt, it suitable to understanding what a language needed to be called a programming language, it provided with comparison with real-world existing language.
- Programming Language Pragmatic by Michael Lee Scots. It focus on what the domain and the target of programming language, it more focused on what the target of your programming language and what needed for satisfy the domain target.
- Concept of Programming Language by Robert W. Sebesta, This book I suggested to read if you not want read the two book I had mentions. This book like what Watt's book but more refined, modern in material (it has Interview with language creator) and more baby step to read, this is book suitable if you like history class and surprise quiz in it.
- Programming Language Design Concepts by D. Watt, it suitable to understanding what a language needed to be called a programming language, it provided with comparison with real-world existing language.
- Programming Language Pragmatic by Michael Lee Scots. It focus on what the domain and the target of programming language, it more focused on what the target of your programming language and what needed for satisfy the domain target.
- Concept of Programming Language by Robert W. Sebesta, This book I suggested to read if you not want read the two book I had mentions. This book like what Watt's book but more refined, modern in material (it has Interview with language creator) and more baby step to read, this is book suitable if you like history class and surprise quiz in it.
β1π₯1
Compsci Library π pinned Β«I recommend book for who seeks to design a programming language: - Programming Language Design Concepts by D. Watt, it suitable to understanding what a language needed to be called a programming language, it provided with comparison with real-world existingβ¦Β»