Shen is definitely a language I'm checking out!
It's sequent-calculus approach to types is really innovative and I'm a fan
of the work of Dr. Mark Tarver.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@g
The language is called Lux and it's inspired by Clojure, Haskell & ML
https://github.com/LuxLang/lux
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are mo
i know it's special, but I don't see why that has to affect
printing/serializing.
What if I typed a map using :type, then wanted to save it as text somewhere
and get it again? After I've read it back, it's no longer typed and
whatever code was expecting it no longer works.
There's also my part
(set! *print-meta* true)
(pr-str (with-meta {} {:type :foo}))
>> "{}"
(pr-str (with-meta {} {:class :foo}))
>> "^{:class :foo} {}"
Is that how it's supposed to be?
I find that behavior weird and troublesome for those wanting to use the
:type key when serializing data (like me).
--
--
You rece
Try this at your REPL:
(meta (let [x 10] ^:yolo {:val x}))
=> {:yolo true}
(meta ( nil
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated -
Sorry, I meant:
(go (let [foo (http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to clojure+unsubscr...@googlegroups.com.
For
Hi, y'all.
I'm having trouble with core.async in ClojureScript.
Inside 'let forms in 'go blocks, making calls to namespaced functions
causes the compiler to die with an IndexOutOfBoundsException.
For example:
(ns my-ns
(:require [bar]))
(go (let [foo (bar/baz 1 2 3)]
(.log js/console foo)))
> I wonder what are the specific advantages of putting the objects first /
making them functions?
There wasn't any specific advantage. I did it because I could and I thought
it was an interesting approach.
I didn't just want to create Yet-Another-OO-System. I wanted it to be
different.
Alterna
Hi, Mikera.
Thanks for the feedback, it was a very interesting read.
> Nice, I have been looking for something like this to experiment with.
Glad to see someone else who likes to experiment with weird code :P
However, I must admit that I made it mainly as a toy project, with no
serious intent f
http-kit seems to me to be as bad-ass as you can get.
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first
I'm the only dominican Clojure dev I know, since Clojure isn't a very
popular language over here...
I'd like to meet other dominican clojurians and see if we could maybe start
our own group.
I'm specially interested in meeting clojurians in the city of Santo Domingo.
--
--
You received this
Just a simple toy project I made moments ago...
https://github.com/eduardoejp/jormungandr
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are
Looks awesome, man. Finally someone gets "social" right. Good luck.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with y
Thanks for the advice. I'll check into those.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To un
Since the only other alternatives (http://code.google.com/p/clojure-jsr223/
and https://github.com/pmf/clojure-jsr223) seem pretty much dead, I decided
to write my own (in Clojure).
You can get the jar downloading it from Clojars with lein dep and then just
drop it in the desired class-path to
Regarding Snout:
I'm using it mostly for routing but it should work for most things
history-related.
The back and forward buttons already work correctly. If you need more
detailed programmatic access to the browser's history, that can be easily
arranged with one or two more functions.
>
> >
Made it for a project I'm working on. Thought it'd be nice to open-source
it. It's called Snout.
https://github.com/eduardoejp/snout
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to cloj
17 matches
Mail list logo