Found 1512 bookmarks
Newest
Short option parsing using getopt in C
Short option parsing using getopt in C
Writing a C program to process files is easy when you already know what files you'll operate on and what actions to take. If you "hard code" the filename into your program, or if your program is coded to do things only one way, then your program will always know what to do. But you can make your program much more flexible if it can respond to the user every time the program runs. Let your user tell your program what files to use or how to do things differently. And for that, you need to read the command line.
·opensource.com·
Short option parsing using getopt in C
Elm at Rakuten | Rakuten Engineering Blog
Elm at Rakuten | Rakuten Engineering Blog
In our team at Rakuten, we have been using Elm1 in production for almost two years now. This post is about our story, the lessons we learned, and our likes and dislikes. This post is quite long so if you prefer to see an overview, feel free to jump to the index. Everything started in the Berlin branch of Rakuten during the summer of 2017. We were maintaining a medium-size single-page application written in Vanilla JavaScript when things started going out of control.
·engineering.rakuten.today·
Elm at Rakuten | Rakuten Engineering Blog
How We (Don’t) Reason About Code
How We (Don’t) Reason About Code
Reading code is more important than writing code. But, more important than reading is reasoning about code.
·lucteo.ro·
How We (Don’t) Reason About Code
BaFi
BaFi
None
·mmalcek.github.io·
BaFi
canistilluse.com
canistilluse.com
“Can I still use…” provides the latest information on the deprecation of upcoming browser APIs [satire].
·canistilluse.com·
canistilluse.com
How Does an Engineer Create a Programming Language? - The New Stack
How Does an Engineer Create a Programming Language? - The New Stack
Through a podcast, technologist Marianne Bellotti takes listeners on her journey to write a new language from scratch. It's no easy task, but the host has fun while shedding light on the tools programmers use.
·thenewstack.io·
How Does an Engineer Create a Programming Language? - The New Stack
Cheap interpreter, part 9: even faster register machines
Cheap interpreter, part 9: even faster register machines
Last week I showed a few ways in which to improve the performance of a Haskell intepreter for a register machine. In this post, we start with the exact same bytecode (same register language, same compiler) and show how to use a much slower language (Clojure) to end up with a much faster interpreter.This series is based on Neil Mitchell's talk "Cheaply writing a fast interpeter". The talk compares a number of approaches to writing an interpreter and tries to find a good balance between complexity and interpreter overhead.The following topics, while important, are out of scope:
·cuddly-octo-palm-tree.com·
Cheap interpreter, part 9: even faster register machines
Webhooks are amazing, use them!
Webhooks are amazing, use them!
How to use webhooks to build your subscription-based platform
·phpreel.medium.com·
Webhooks are amazing, use them!
Postgres and JSON: Finding document hotspots (part 1)
Postgres and JSON: Finding document hotspots (part 1)
One of the compelling aspects of modern SQL is the JSON support built into modern engines, including Postgres. The documentation is well done, but I need examples to motivate my understanding of wh…
·blog.jonudell.net·
Postgres and JSON: Finding document hotspots (part 1)
Chaos Toolkit
·chaostoolkit.org·
Parser Combinators in Elixir
Parser Combinators in Elixir
Learn what parser combinators are, what they are made of, and how to make your own CSV parser using NimbleParsec, a parser combinator library written in Elixir.
·serokell.io·
Parser Combinators in Elixir
From $erverless to Elixir - CoryODaniel - Medium
From $erverless to Elixir - CoryODaniel - Medium
I recently rewrote a service that was on AWS API Gateway and Lambda in Elixir and apparently that intrigued some people, so I decided to do…
·medium.com·
From $erverless to Elixir - CoryODaniel - Medium
Phoenix
Phoenix
Phoenix is a web framework for the Elixir programming language that gives you peace of mind from development to production
·phoenixframework.org·
Phoenix
home | p5.js
home | p5.js
p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.
·p5js.org·
home | p5.js
·dpulls.com·
Elixir
Elixir
Website for Elixir
·elixir-lang.org·
Elixir
Comby〔 Rewrite Code 〕
Comby〔 Rewrite Code 〕
Structural code search and replace for ~every language.
·comby.dev·
Comby〔 Rewrite Code 〕