All Projects → henesy → Limbobyexample

henesy / Limbobyexample

Licence: mit
Examples for the Limbo Programming Language

Projects that are alternatives of or similar to Limbobyexample

Espressif
all espressif stuff will committed here
Stars: ✭ 477 (+1302.94%)
Mutual labels:  tutorial, example
Emacs Elisp Programming
Tutorial about programming Elisp and Emacs text editor customization.
Stars: ✭ 548 (+1511.76%)
Mutual labels:  tutorial, example
Flutter For Android Developers
Compilation of Flutter materials for Android developers
Stars: ✭ 488 (+1335.29%)
Mutual labels:  tutorial, example
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (+1005.88%)
Mutual labels:  tutorial, example
React Redux Boilerplate Example
Stars: ✭ 15 (-55.88%)
Mutual labels:  tutorial, example
Go Todo Rest Api Example
📚 A RESTful API example for simple todo application with Go
Stars: ✭ 385 (+1032.35%)
Mutual labels:  tutorial, example
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+14458.82%)
Mutual labels:  tutorial, example
Javascript Journey
Source code for blog post Journey from procedural to reactive JavaScript with stops
Stars: ✭ 309 (+808.82%)
Mutual labels:  tutorial, example
Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-26.47%)
Mutual labels:  tutorial, example
Algolia Swift Demo
iOS instant search tutorial
Stars: ✭ 23 (-32.35%)
Mutual labels:  tutorial, example
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (+967.65%)
Mutual labels:  tutorial, example
Pwa Example
A short example illustrating some essential steps for creating a progressive web app (PWA).
Stars: ✭ 28 (-17.65%)
Mutual labels:  tutorial, example
Javascript Idiosyncrasies
A bunch of Javascript idiosyncrasies to beginners.
Stars: ✭ 353 (+938.24%)
Mutual labels:  tutorial, example
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+1044.12%)
Mutual labels:  tutorial, example
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+21297.06%)
Mutual labels:  tutorial, os
React From Zero
A simple (99% ES2015 less) tutorial for React
Stars: ✭ 4,638 (+13541.18%)
Mutual labels:  tutorial, example
Rcore Tutorial
Tutorial for rCore OS step by step (3rd edition)
Stars: ✭ 272 (+700%)
Mutual labels:  tutorial, os
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (+720.59%)
Mutual labels:  tutorial, example
Vulkan minimal compute
Minimal Example of Using Vulkan for Compute Operations. Only ~400LOC.
Stars: ✭ 603 (+1673.53%)
Mutual labels:  tutorial, example
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-41.18%)
Mutual labels:  tutorial, example

Limbo by Example

These are programming examples in the spirit of gobyexample, but targeted to the Limbo programming language.

These examples are tested on the purgatorio fork of the Inferno operating system.

Examples will, if they reference lines in source within an explanation, utilize a plumbable string (see: plumb(1)) which indicates the line - or range of lines - which the explanation references.

Examples are composed in acme(1) which allows you to right click these strings to jump to the relevant source lines.

If you'd like to try Inferno without installing, I recommend trying Pete's on-demand VNC: http://tryinferno.reverso.be/

The ; rune indicates a command to be run from the Inferno sh(1) shell.

Building

If a given example provides a mkfile:

; mk

Otherwise, there will only be one file, a Limbo source file which can be built with:

; limbo file.b

You could then run said file with:

; file

Index

Core language functionality:

Standard library modules:

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].