This is brilliant, thanks for sharing David!
It might (finally!) be the tool I've been looking for to resurrect my
interest in client-side development :-)
On Thursday, 19 December 2013 19:12:12 UTC, David Nolen wrote:
>
> Enjoy,
> http://swannodette.github.io/2013/12/17/the-future-of-javascript
Hi,
On Tuesday, September 10, 2013 2:24:50 AM UTC+2, Nelson Morris wrote:
>
> I've been using austin on a project with emacs/nrepl. It works for a C-c
> C-k, switch to nrepl, interact with app. However, some other features like
> auto-complete and jump-to-symbol-definition I'm used to in a cloj
Liberator Templates allows you to abstract patterns in your liberator
resources so that you can define resources more consistently and concisely:
https://github.com/flyingmachine/liberator-templates
Hope y'all find it useful!
Daniel
--
--
You received this message because you are subscribed
When I step through a zipper made from a nested list via seq-zip, I get
extraneous nils after processing a nested ().
Is this somehow expected behavior, or a bug, or am I misunderstanding something
fundamental?
The problem seems to arise only when an nested empty list is present, not other
n
@dennis - how would this model work on a type system?
I also believe that type systems are very awkward for modelling change -
whereas a schema system like datomic is do much better because it is a lot
looser in the constraints. For example, if we are modelling the stages if
growth of a p
with the new release of java.jdbc 0.3.0 i can't quite work out how the
quoting support for column names is supposed to work. i can see the
strategy for the deprecated namespace, but the new core namespace only
contains a function "quoted" - which isn't used directly at all.
so what's the deal
Samuel Aaron writes:
> To me at least, this is a worthwhile endeavour.
It certainly is!
Here is a quick intro to Overtone with Emacs and Org:
http://bzg.fr/emacs-org-babel-overtone-intro.html
... as a "thank you" for this great expression medium.
--
Bastien
--
--
You received this mess
Hi all,
I've just released Frodo 0.2.9 - a web server plugin that allows you to
develop using Stuart Sierra's 'Reloaded' workflow. It sets up a web server
that you can nREPL into, easily open a CLJS browser REPL (using Chas
Emerick's 'Austin' library) and, when you've made changes, to start a f
On Dec 21, 2013, at 11:49 AM, Lee Spector wrote:
>
> When I step through a zipper made from a nested list via seq-zip, I get
> extraneous nils after processing a nested ().
>
> Is this somehow expected behavior, or a bug, or am I misunderstanding
> something fundamental?
>
> The problem see
There are two hooks for naming strategies in java.jdbc:
* :identifiers - for converting ResultSet column names to keywords
* :entities - for converting Clojure keywords/string to SQL entity names
:identifiers defaults to clojure.string/lower-case - so SQL column
names become lowercase keywords.
I dont know much about the third project so will comment on Pedestal and
Om. I see both of these projects as complimentary -
1. Pedestal concerns itself with propagating the change in your state, and
wiring the dependencies within it. Its sort of dataflow/FRP in cljs.
2. Om/react.js in concer
Two quick questions as I am working through the OM stuff... glad if anyone here
has some pointers to point me in the right directions...
1. I seem to be unable to get "lein trampoline cljsbuild repl-listen" to serve
up a css file on my own Om project... I have my css located at "[project
root]/
12 matches
Mail list logo