Skip to content

Instantly share code, notes, and snippets.

View vic's full-sized avatar
🤮
puke nuke

Victor Borja vic

🤮
puke nuke
View GitHub Profile
<html>
<head>
<title> hello.html </title>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//core/utils.js?raw=true"></script>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//core/module.js?raw=true"></script>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//core/class.js?raw=true"></script>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//core/kernel.js?raw=true"></script>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//core/circulate.js?raw=true"></script>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//core/interface.js?raw=true"></script>
<script type="text/javascript" src="http://github.com/vic/js.class/tree/spec/source//enumerable.js?raw=true"></script>
@vic
vic / README
Created February 19, 2009 02:54
An attempt to parse Ioke in javascript
To compile the grammar you need the antlr jar provided with ioke.
A v8 linux binary has been included to run the test.js
There seems to be a bug in the port of ioke.g, it doesnt create
tree for a simple ioke expr.
I think Ioke would be a wondeful language to have on the browser. It's very lightweight and I believe it would be wonderful to have it's homoiconic power for scripting webpages. Given that Ioke's primary platform is the JVM, I think we could develop some webapps that inject ioke code to the browser. Ioke's syntax would also allows to define web DSL
div(class: "content",
p("This is a paragraph")
script(language: "ioke",
@vic
vic / Mikefile
Created February 26, 2009 22:25
A sample Mikefile
;; -*- ioke -*-
;;
;; This is a sample Mikefile.
;; Mike is a build system for Ioke, along the lines of ruby's rake.
;; It is still young, awaiting for more specs to be written and
;; having full Java support to call ant tasks, etc.
;; To test Mike, you need the development branch from
;; http://github.com/vic/ioke/tree/mike
@vic
vic / HelloWorldRunnable.ak
Created July 21, 2010 21:44
Hello world example in Akin Java
# Hello World example in Akin Java
#
# Akin (http://github.com/vic/akin)
package: akin example.
# I made imports explicit just to show
# how to import classes static members
import: java lang String,
"hello" {
"foo: 22
}
dasdsadjslkdjaskjdas
@vic
vic / sss
Created August 12, 2010 08:31
skjs
@vic
vic / bar
Created August 13, 2010 04:51
BAAR
chido