Re: [ClojureScript] Re: [ANN] kabel 0.1.0 release

2015-12-26 Thread Jethro Kuan Sheng Yuan
Interesting, I think I kinda grok what you're saying. I'll keep tabs on this, though it's unlikely that I'll have to work on this level of abstraction (: -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goo

Re: [ClojureScript] Re: [ANN] kabel 0.1.0 release

2015-12-25 Thread Jethro Kuan Sheng Yuan
Have you seen castra before? Seems like both are trying to achieve the same objective. -- 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 - plea

Re: [ANN] Clojure Videos (with options for Linux users)

2014-10-01 Thread Jethro Kuan Sheng Yuan
I just got a subscription, and was expecting some lower level intros to the topics first. For example core.async's first episode dived into using go blocks without explaining how they worked ... CSP etc. Would these videos be produced in the future? Great demonstration of your knowledge of clo

Re: [ANN] Clojure Videos (with options for Linux users)

2014-10-01 Thread Jethro Kuan Sheng Yuan
Seems like there's quite a bit of assumed clojure familiarity >< On Tuesday, 30 September 2014 07:11:18 UTC+8, Michael Wood wrote: > > You're in luck! > > Check the link at the bottom of this page: > https://tbaldridge.pivotshare.com/ > > -- > Michael Wood > On 29 Sep 2014 4:05 PM, "Luis Matoso

Re: Output of printf is buffered

2014-06-24 Thread Seth Yuan
Yeah, this is definitely an annoying bug. On Thursday, April 10, 2014 8:03:02 PM UTC+8, Kevin Ilchmann Jørgensen wrote: > > nREPL server started on port 53667 on host 127.0.0.1 > REPL-y 0.3.0 > Clojure 1.5.1 > Docs: (doc function-name-here) > (find-doc "part-of-name-here") > Sourc

Re: [ANN] Simbase: A vector similarity database

2014-06-04 Thread Mingli Yuan
userprofile article cosinesq Fill data > vadd article 1 0.11 0.112 0.1123... > vadd article 2 0.21 0.212 0.2123... ... > vadd userprofile 1 0.11 0.112 0.1123... > vadd userprofile 2 0.21 0.212 0.2123... ... Query > rrec userprofile 2 article On Sun, Jan 26, 2014 at 9:21 AM

[ANN] clj-cn-nlp 0.2.1 released

2014-04-18 Thread Mingli Yuan
Hi, folks, we just released clj-cn-nlp version 0.2.1, a Clojure NLP wrapper based on Stanford-CoreNLP for Simplified Chinese users. Three default Chinese language model was shipped with this wrapper to provide: - seg: Chinese word segmentation - ner: Chinese naming entity recognition - t

Re: [ANN] Simbase: A vector similarity database

2014-01-25 Thread Mingli Yuan
0.14 sec on a i7-cup mac laptop. >From now on, it enter the beta phase. If it is relevant to your work, we encourage you to have a try, and help us to find more bugs. Regards, Mingli On Mon, Jan 13, 2014 at 5:55 PM, Mingli Yuan wrote: > Hi, folks, > > We just release an alpha versio

Re: Nginx-Clojure Let You Deploy Clojure Web App on Nginx Without Any Java Web Server

2014-01-14 Thread Mingli Yuan
Hi, Xfeep, Thanks for your contribution, and the project looks interesting. For me, the idea of driving ring webapp behind nginx is not new. We use uwsgi to drive our ring app behind nginx in our production. uwsgi support JVM and ring for almost one year, and I think the code is relative stable r

[ANN] Simbase: A vector similarity database

2014-01-13 Thread Mingli Yuan
Hi, folks, We just release an alpha version of Simbase, a vector similarity database that talks redis protocol. Since it is the first version of all its releases, we decided to keep it in alpha right now, for we want to hear from the community for any comments and improvements. Github page --

Re: Releasing Caribou today: Open Source Clojure Web Ecosystem

2013-11-14 Thread Yuan
This is really cool, very happy to see things like this >_> Best regards - Yuan blog <http://blog.lenage.com/> github <http://github.com/lenage> On Thu, Nov 14, 2013 at 4:24 AM, Dmitri wrote: > I notice you're using a fairly old version of

Re: Any interest in Compojure/Ring screencasts?

2013-10-29 Thread Yuan
Count me in too.. >_> Best regards - Yuan blog <http://blog.lenage.com/> github <http://github.com/lenage> On Wed, Oct 30, 2013 at 7:19 AM, Luc Prefontaine < lprefonta...@softaddicts.ca> wrote: > Count me in, > > Luc P. > >

[ANN] stan-cn-* 0.0.3 and clj-cn-nlp 0.2.0 released

2013-10-21 Thread Mingli Yuan
Hi, buddies, We had released a new version (0.0.3) of stan-cn-* packages and corresponding clojure bindings. stan-cn-* packages provide an API wrapper for Stanford CoreNLP packages aiming to reduce the configuration complexity for Chinese users. Please check below READMEs for usage: * https://gi

Re: PoC: Combining Wikidata and Clojure logic programming

2013-08-07 Thread Mingli Yuan
/core/logic/datomic.clj) >> to do your queries? >> >> Timothy >> >> >> On Mon, Aug 5, 2013 at 10:52 AM, David Nolen wrote: >> >>> Very interesting. The rel feature is really still a bit of an >>> experimental thing and we'd like to replace i

PoC: Combining Wikidata and Clojure logic programming

2013-08-05 Thread Mingli Yuan
Hi, folks, After one night quick work, I had gave a proof-of-concept to demonstrate the feasibility that we can combine Wikidata and Clojure logic programming together. The source code is at here: https://github.com/mountain/knowledge An example of an entity: https://github.com/mountain/knowledg

CoderPost: Programmer's daily digest compiled by machine and human

2013-07-27 Thread Mingli Yuan
Sorry for spamming, Recently I launch a paper.li site for compiled news on programming topics. The source of these news are from every related topics of pinboard.in. And I think the quality is still OK, and even better than what I originally think. So I hope you can take a look if you are interes

[ANN] uWSGI support for ring (early stage)

2013-03-08 Thread Mingli Yuan
Hi, folks, Yesterday uWSGI had released a ring plugins to give basic support for Clojure webdev. - https://uwsgi-docs.readthedocs.org/en/latest/Ring.html - https://uwsgi-docs.readthedocs.org/en/latest/JVM.html - http://lists.unbit.it/pipermail/uwsgi/2013-March/005549.html - http://lis

Starting to use Clojure, Yeah!

2012-12-09 Thread Xiaodan Yuan
Yeah! -- 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 unsubscribe from this group, send email to

Re: Unable to use contrib

2009-10-07 Thread Wei Yuan Cai
Hello, Try (clojure.contrib.math/lcm 4 5) Regards Wei Weiyuan wrote On 07-Oct-2009, at 12:36 PM, vishy wrote: > > Hi, > > I am on windows machine. I am using these commands to startup clojure, > but not able to use functions from contrib library. > > java -cp clojure.jar;clojure-contrib.jar