# fun **Repository Path**: mirrors_marcuswestin/fun ## Basic Information - **Project Name**: fun - **Description**: A programming language for the realtime web. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README fun === A declarative programming language for realtime web applications [](http://travis-ci.org/marcuswestin/fun) Getting started ---------------------- Try this: sudo npm install -g fun echo '"Hello world!"' > hello.fun fun hello.fun # Open your browser to localhost:8080 Also try curl https://raw.github.com/marcuswestin/fun/master/apps/todo-mvc/todo-mvc.fun > todo-mvc.fun curl https://raw.github.com/marcuswestin/fun/master/apps/todo-mvc/todo-mvc.css > todo-mvc.css fun todo-mvc.fun Examples -------- Hello World "Hello world!" Drag and Drop import mouse
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 make setup make test