* great documentation & write ups.
* feature rich well supported libraries (i.e. database connections, vector graphics libraries etc..)
* macOSX and Linux support.
* active community of users at all levels.
* low overhead (I like that arc is a dynamic language, has type inference, and lexical scope)
Good point. Although I didn't stipulate this in my original post I kinda assumed no matter what language I pick I will have to continue increasing my js knowledge to continue building web apps. I already do already use js and jquery often.
lol. I've tried to vote for this post like 4 times. On the first day posted and today. I think andrew must have triggered the 'adding-too-much-value-thresh-hold' in pg's voting algorithm. :) or I've somehow triggered pg's 'newb-alert+ban-thresh-hold'.
Which is what I've been doing too and is fine if you own & control the data, but what happens when the data you want to consume exist in a source where the owner uses an Oracle or MySQL db?
It's just a copy of pgs templates only instead of creating a table it instantiates alists. This allows me to store the order of things (even for tables).
example use:
arc> (arrange author first "First Name" last "Last Name")
((first #<procedure: gs6338>) (last #<procedure: gs6338>))
arc> (= x (actuate 'author))
((first "First Name") (last "Last Name"))
arc> x!first
"First Name"
I've used this to output large tables in CSV format, where the header and sort order is derived from an 'arrangement'.
As a note the http-utils str->url has a reference to a function
'1+' that probably exists in some other library? if you're using anarki. If not you may need to:
Nevermind. Looks like its a known issue. it appears logins don't work from web interface, rather one has to create an andriod app to handle the authentication to the page.
curious - does the browser not handle cookies, or do you know why this is an issue? Do you mean every web app that requires a login needs a custom app in order to be usable on an android? (I know nothing about android, count me a total noob)