0.3.0 • Published 12 years ago

fun v0.3.0

Weekly downloads
69
License
-
Repository
github
Last release
12 years ago

fun

A declarative programming language for realtime web applications

Getting started

Try this:

sudo npm install -g fun
echo '"Hello world!"' > hello.fun
fun --file hello.fun
# Open your browser to localhost:8080

Also try

fun --file apps/todo-mvc/todo-mvc.fun

Examples

Hello World

"Hello world!"

Drag and Drop

import mouse

<div style={
	position:   'absolute',
	top:        mouse.y + 50,
	left:       mouse.x + 50,
	width:      100,
	height:     100,
	background: 'red'
}/>

Getting involved

The best way to get involved is to start writing fun apps and using them. There are bugs and inefficiencies waiting to be discovered!

If you want to hack on the source:

git clone https://marcuswestin@github.com/marcuswestin/fun.git
cd fun
sudo npm install
sudo npm link
make
0.3.0

12 years ago

0.2.23

12 years ago

0.2.22

12 years ago

0.2.21

12 years ago

0.2.20

12 years ago

0.2.19

12 years ago

0.2.18

12 years ago

0.2.17

12 years ago

0.2.16

12 years ago

0.2.15

12 years ago

0.2.14

12 years ago

0.2.13

12 years ago

0.2.12

12 years ago

0.2.11

12 years ago

0.2.10

12 years ago

0.2.9

12 years ago

0.2.4

13 years ago

0.2.6

13 years ago

0.2.5

13 years ago

0.2.2

13 years ago

0.2.0

13 years ago

0.1.0-31-g4bacf63

13 years ago