The low-level stuff is already "done" with https://GitHub.com/jetbrains/skija which is a Java API with FFI to Googles skia library, which is used for rendering in Chrome and Firefox amongst other things.
HN user
abp
Well, Emacs Rocks: http://emacsrocks.com/
A little snarky at times, probably. Let me know if you're interested in anything else or in more detail.
I'm just digging into pedestal myself.
Really? In the podcast they say it's similar to what they used for over a year in production, made available to get feedback from others and that's why it's released as alpha.
Brabra. Put in the headline Clojure, dschiptsov hates for sure.
> What pain-points of Leiningen and Compojure does this framework aim to solve?
There are no problems with Leiningen solved. It's based on it like other Clojure libs with project templates etc.
With Compojure it's another story, it only gives you a handler function. Pedestal makes a routing table available, enabling reverse routing. The route definition is data based. It's less repetitive to define routes.
> I'm sure its an excellent framework, but there way too much for me to consider using it right now. My concerns: How difficult would it be to switch out Datomic for PostgreSQL?
Not difficult at all? Have you looked at the datomic tutorial? It does nothing besides setting up a connection and querying the database. What dbs do not support that?
>What if I don't want ClojureScript at this moment? What happens if I want to switch X with Z or drop ABC? How hard will it be to minimize and erase all the things I don't want?
Well, you go through and pick the libraries you want to use?
> Why are there so many extra words needed for the routing templates?
It's a comprehensive description of all aspects of the flexible routing dsv, including the programatic inteface to define routes at runtime.
> I've always felt Clojure would get a boost from a Rails-like framework, but I'm concerned that a large, opinionated framework will break the very promise of Clojure: flexibility and easy DSL creation. Once we are faced with something that needs to be reverse-engineered or broken, then this promise is ruined.
It's not rails. We've all seen where that got.
> I'm all for new frameworks and ideas, but its a little funny to think that Noir was dropped, in part, for being too large and complicated.
It's a set of libraries, not a framework.
Also, it doesn't add state for everything everywhere. Instead it takes the current concept of Clojure web apps and takes it to the next level.
In Compojure you define lots of routes, mostly calling separate handling functions, only passing out the routes parameters. That what pedestals routing does by default. That's just one example of many.
Well, from what I've seen so far it takes out a lot of pain points of regular Clojure web dev.
This.
A little late to the party, but I want more Users!
Looks like you were trying to send pull requests?
I had this same problem on my Android phones Chrome browser and went to my laptop for reading.
1. They get paid to do it. Historically, someone has realized that Java development was easier/faster/more stable than Lisp development.
???
2. Java has hella libraries. I mean hella. You can find a library for almost anything. Lisp...not so much.
Clojure?
3. Java is a language for doing things. Lisp is not a language for doing things. I'll change my mind when I see a 2m+ line codebase that's been in production for ten years.
Emacs?
persistent data structures are implemented in ClojureScript. So they don't need to be ported for new compilation targets of ClojureScript like C in clojurec, I think.
Has anyone seen this recording and the newer one [1]?
Is one of them better in any form?
http://www.infoq.com/presentations/Simple-Made-Easy-QCon-Lon...
This whole discussion is getting out of hand. Light Table is on Kickstarter, because an awful lot of people screamed for it being funded, when they saw the first prototype of this thing.
Now it is on there and all I see everytime it get's up here is people complaining, saying they won't fund because of xyz or don't think it will succeed without blurb. Even better: Some get destructive and say how much better Eclipse or the likes are.
Please stop this shit, don't fund, don't use, don't complain and please don't raise such shitstorms on every single Light Table discussion. Can we probably focus a little on being constructive about projects like this?
Yes, that's a problem too.
but for some reason they didn't go with that audio-stream
Wait, what? I really looked forward to this one since I read the slides when they appeared. Then i watched a portion of the talk and skipped to your exciting demos, because I couldn't understand anything you said.
Is there any possibility to get a new video with the other stream?
(in)significant enough, yes. "(Rest of) Europe" goes out through the roof and now guess which of the EU-countries.
user is logged in, authorized to view the thing they requested, check if I need to redirect for SEO purposes, prevent request forgery, redirecs if a form validation
And you can't do those things based on your framework in either, a general config of the app or a simple declarative manner, that fits into a simple function that decides which view to render, based on data?
Also shouldn't form validation be a mapping of data to your "domain objects" and let them decide if they're valid?
Perhaps by then you'll have developed your own AI.
No, I think you're maintaining the abstractions you built before that point. Look at all the frameworks that get developed for many years before they're abandoned.
I am wondering how this works in low light situations..
It detects the light conditions via the sensor and auto-flashs you when necessary. Nice while driving at night.
Here is one that has:
And, quite frankly, the iPhone 4 is probably years ahead in features, quality and design than the equivalently-priced Android, Nokia, or RIM device.
I don't understand how one can write this.
Sure you can. My hands are pretty small and i can basically use it for simple things like reading an ebook, flipping the pages, read a new sms, call someone etc.
Joy is really going deep into the language concepts and is very well written.
Also don't miss (in no particular order):
Tutorials
http://github.com/relevance/labrepl (gives a kick in terms of functional thinking, use of higher order functions etc)
https://github.com/functional-koans/clojure-koans
Documentation
http://en.wikibooks.org/wiki/Clojure_Programming
http://www.clojureatlas.com/ (Finding functions by browsing the relations of APIs and API-functions is just to nice)
http://cemerick.com/2011/07/05/flowchart-for-choosing-the-ri...
http://www.clojure-toolbox.com/ (not up-to-date)
I'm sure i missed something, but those links can really be helpful.