|
You are here |
bernsteinbear.com | ||
| | | | |
blog.m-ou.se
|
|
| | | | | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen. | |
| | | | |
gilmi.me
|
|
| | | | | m.me - Compiling Lisp to JavaScript from scratch in 350 LOC | |
| | | | |
gcc.godbolt.org
|
|
| | | | | int main() { return std::move(0); } | |
| | | | |
bartlomiejmika.com
|
|
| | | The purpose of this post is to provide instructions on how to setup a simple RESTful API server, in Golang, using only the net/http package and not any other third-party web framework. You will learn how to create REST endpoints within your project that can handle POST, GET, PUT and DELETE HTTP requests. This is the first post in a multi-post series. | ||