I'm trying to write Clojure with indentation, need some help

2015-08-19 Thread Jiyin Yiyong
I designed a indentation-based syntax for my toy language and used it to generate JavaScript. It's named Cirru. You can find more about that at: http://cirru.org/ http://repo.cirru.org/parser/ Comparing to JavaScript, I really love Clojure better. Or I may mean ClojureScript. As I started writi

hawk got no events during file watching

2015-10-28 Thread Jiyin Yiyong
I have no clue why is not happening anymore. It was working a month ago. My code. https://github.com/Cirru/lein-cirru-sepal/blob/master/src/leiningen/cirru_sepal.clj#L40 ```clj (defn watch-all [dir] (println "Start watching files.") (hawk/watch! [{ :paths [dir] :handler (fn [context event] (list

Re: hawk got no events during file watching

2015-10-28 Thread Jiyin Yiyong
and surprisingly it began to work after this command: ``` ➤➤ mv Cirru/ cirru ``` On Thursday, October 29, 2015 at 12:05:37 AM UTC+8, Jiyin Yiyong wrote: > > I have no clue why is not happening anymore. It was working a month ago. > > My code. > > > https://github.com/Cirru/

Anyone help me to add "clojure-china.org" to "Clojure User Groups" page please?

2016-01-12 Thread Jiyin Yiyong
http://dev.clojure.org/display/community/Clojure+User+Groups We already have some visits every day: -- You received this message because you are subscr

Re: Anyone help me to add "clojure-china.org" to "Clojure User Groups" page please?

2016-01-12 Thread Jiyin Yiyong
Forgot to add url http://clojure-china.org/ We also got a weibo account http://weibo.com/clojurechina On Wednesday, January 13, 2016 at 11:19:17 AM UTC+8, Jiyin Yiyong wrote: > > http://dev.clojure.org/display/community/Clojure+User+Groups > > We already have some visits every day: &g

Re: Anyone help me to add "clojure-china.org" to "Clojure User Groups" page please?

2016-01-16 Thread Jiyin Yiyong
Thanks. On Wednesday, January 13, 2016 at 12:40:31 PM UTC+8, Alex Miller wrote: > > Added! > > On Tuesday, January 12, 2016 at 9:20:18 PM UTC-6, Jiyin Yiyong wrote: >> >> Forgot to add url http://clojure-china.org/ >> We also got a weibo account http://weibo.com/c

Re: clojure.spec

2016-05-28 Thread Jiyin Yiyong
On Sunday, May 29, 2016 at 6:39:16 AM UTC+8, David Nolen wrote: > clojure.spec has been ported to cljs.spec now available in ClojureScript > master. Will probably cut a release later next week but users are encouraged > to build master and give it a spin. > > > David > > > On Mon, May 23, 201

Re: ANN: ClojureScript 1.9.198 - cljs.spec, core ns aliasing, macro inference, :rename, and more!

2016-08-12 Thread Jiyin Yiyong
On Saturday, August 13, 2016 at 3:50:20 AM UTC+8, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > > README and source code: https://github.com/clojure/clojurescript > > > Leiningen dependency information: > > >     [org.clojure/clojurescript "1.

need help on `pprint/write` code with better readability

2016-10-23 Thread Jiyin Yiyong
I'm using `write` function to generate code very heavily. But small part of the code are hard to read. So I digged into the options and increased `right-margin` to make it a little better. Here's the changes: https://github.com/Cirru/sepal.clj/commit/e65e2d3cac8a5c5537716acd12cc475712ab6f66 htt

The simplest way to publish to Clojars?

2017-05-31 Thread Jiyin Yiyong
I tried Lein and Boot. It requires several steps and confused me very long time at first. After I made it work in Boot then I never want to write the configs by myself again. Now a year has part. What's the simplest way to do it? Can I do that in a way as simple as npm? -- You received this m

Re: The simplest way to publish to Clojars?

2017-05-31 Thread Jiyin Yiyong
rs". > > I believe the process for Boot is similar, except the command is "boot > push --repo clojars". > > On 31 May 2017 at 10:07, Jiyin Yiyong > > wrote: > >> I tried Lein and Boot. It requires several steps and confused me very >> long time

From Reddit: who has clues about the Twitter accounts @clojure @clojurescript

2017-11-10 Thread Jiyin Yiyong
Briefly, we may use those accounts for promoting Clojure, but who has the accounts? More: https://www.reddit.com/r/Clojure/comments/7btc2k/who_owns_the_twitter_accounts_clojure/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,