You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flapjax
Sorry for the delay. The website is now mostly back up. All static content is getting served fine. The online compiler is not working. I'll get to that later in the week.
Arjun
Arjun Guha
unread,
Mar 23, 2014, 3:25:00 PM3/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flapjax
The online compiler works too. Getting the REPL running... that's for later. I've removed the link for now.
Khurram Hanif
unread,
Apr 30, 2014, 2:40:57 AM4/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
The online Compiler never worked for me. Can you please provide a link which describe how I can run this compiler locally? I'm wondering why it needs to go to "Server" if everything is written in JS?
Arjun Guha
unread,
Apr 30, 2014, 6:02:04 AM4/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
The compiler is actually written in Haskell, which is why it goes to the server. There are several download links for various platforms on the website. However, the compiler is quite optional. It is easy enough to use flapjax as a JavaScript library.
Sent from my phone
Khurram Hanif
unread,
May 6, 2014, 1:59:07 AM5/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
Hi Arjun,
A very quick question, Can we use templates syntax like {! mouseLeftB... !} and have reactive expressions within html markup without using compiler or so to say when using Flapjax as a library?
All of the tutorials and examples are using something like INSERDOM ... DIV ... and other functions to UPDATE the DOM which becomes cumbersome and verbose as the application grow. Is it somehow possible that we use the template and have DOM updated
automatically?
Arjun Guha
unread,
May 6, 2014, 11:54:05 AM5/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flapjax
Sorry, that syntax requires the compiler. I don't think it's possible to do it without compilation.