Explore >> Select a destination


You are here

rustybever.be
| | atilaoncode.blog
3.5 parsecs away

Travel
| | Big complicated projects nearly always need a build system. They might be generating code. They might be compiling different branches depending on the platform or a build-time configuration option. They might turn on/off unity builds for C++. For most simple projects however, build systems are stupid. Let's say you have a single C file. We...
| | jank-lang.org
4.8 parsecs away

Travel
| | Learn about jank generating LLVM IR instead of C++. See the startup time improvements. Gain insight into what the community has been up to. Sponsor jank!
| | blog.oestrich.org
4.1 parsecs away

Travel
| | Developer blog for Eric Oestrich
| | thottingal.in
21.0 parsecs away

Travel
| I just published a VS Code language extension to support OpenType feature files in the Adobe "AFDKO" format. The extension provides syntax highlighting and code snippet support. (Screenshot From Amiri font) The syntax highlighting patterns for AFDKO is based on the opentype-feature-bundle for Atom Editor by Kennet Ormandy which is based upon Brook Elgie's original Textmate bundle. The code snippets are based on the snippets prepared by Simon Cozens for AFDKO-SublimeText