You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion list for the Flapjax programming language.
|
|
|
Can the library be smaller?
|
| |
Hi, I know we can minimize the library, but I saw some mention that part of the library is for the compiler. Would it be possible to remove that part? Thanks Fred
|
|
Flapjax REPL
|
| |
Last week at OOPSLA, we live-coded a timer in Flapjax, using a custom
REPL. I've added this REPL to the demos on the Flapjax website:
[link]
See the popup in the bottom-right corner for the timer's code. Other
than the built-in timer UI and the showTime function, it is a generic... more »
|
|
Tutorial question: mouse1.html
|
| |
I am trying [link] . I was wondering what needs to be added to the code to make the "themouse" DIV initial position under the current mouse position. In the example, one has to move the mouse for the div to be under the cursor. I tried a few things with no success.... more »
|
|
How to use Flapjax without the compiler?
|
| |
Hi,
The examples use the compiler, I guess. The paper refers to using the
library without the compiler. so what do I need to use to an HTML page
to use the library only and not anything that deals with the compiler?
I am guessing just include the js library in the HTML head? Do I still
need to use "text/flapjax" around my code or just "text/javascript"... more »
|
|
Order of Evaluation
|
| |
Howdy,
First, I want to say thank you for this great library. Bringing FRP
to JavaScript was a great idea, and you executed it swimmingly.
Second, I have read your 2009 OOPSLA paper, and have been developing a
web application using Flapjax for the past couple of weeks. I have
some questions surrounding guarantees on the order of evaluation. In... more »
|
|
Starting with FlapJax
|
| |
Hi everyone, I am starting with flapjax, and for a first contact I am using the paper in your web site. That has some interesting concepts, but I think for the first time it is very hard to understand. I have tried the first example on the paper: <html> <head> <meta http-equiv="Content-Type" content="text/html;... more »
|
|
Orc vs flapjax
|
| |
Hi,
I have recently discovered Orc ([link]), it seems
to be rather similar to flapjax in spirit.
From a quick reading of the tutorial it seems to be based on just
three coordination primitives (roughly speaking an OR, and AND and an
ONCE).
I didn't see Orc mentioned in the OOPSLA paper so I wondered if the... more »
|
|
|