Skip to content

Instantly share code, notes, and snippets.

View viluon's full-sized avatar
👁️
stop the race towards misaligned AI

Andrew Kvapil viluon

👁️
stop the race towards misaligned AI
View GitHub Profile
@viluon
viluon / sample.vsl
Created November 19, 2016 11:51
FIKS VM
// viluon's simple language
// Test modulo
mod 10 11
@viluon
viluon / Luo.md
Created November 14, 2016 13:13
Luo spec changes for @oeed!

Luo Spec

Luo is derived directly from Lua and all syntax should be aligned as close to vanilla Lua as possible.

Luo Design Principles

Design-wise, Luo is heavily based upon Swift.

  • any Lua code should be valid Luo code
  • Luo syntax should be 'Lua-like' in appearance
@viluon
viluon / .gitignore
Created September 17, 2016 21:46
GitHub Desktop's Default Gitignore
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
@viluon
viluon / coloured_string_standard.lua
Last active August 21, 2016 20:08
A way of encoding ComputerCraft terminal colours inside strings.
-- Made by viluon, copyright 2016 under the MIT License (https://opensource.org/licenses/MIT)
local str = [[
@t5Hello@ta World!
@tf@b0How are you people?
I am viluon;@b1@t0 <@tdviluon@t0\@@tbespiv.net@t0>]]
local pos, escape = 1
local set_fg = term.setTextColour
@viluon
viluon / Time to Party.md
Last active July 7, 2016 11:49
A list of party music, manually compiled by @viluon

Hello world!

This is a Gist intended for testing applications which use the GitHub API.