Explore >> Select a destination


You are here

www.trickster.dev
| | honza.pokorny.ca
9.9 parsecs away

Travel
| | Thoughts of an open source developer with a theology degree. Honza Pokorný is a web developer and an armchair theologian in Halifax, Canada
| | ariya.io
6.5 parsecs away

Travel
| | A common approach to analyze JavaScript source statically is to parse the source into an abstract syntax tree (AST) and then to traverse the AST. An alternative approach that might work in a few cases is to inspect each syntax node as it is constructed.
| | bloeys.com
12.0 parsecs away

Travel
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.
| | k33g.hashnode.dev
99.6 parsecs away

Travel
| WASI, Communication between Node.js and WASM modules, another way, with STDIN and STDOUT