Re: ClojureScript repl over proxy

2021-04-23 Thread Maksim Ryzhikov
Thanks, but how SSH tunnel would help here? Currently, I see that ClojureScript hard coded localhost HOST and PORT in the JavaScript code which would send a request from the browser to establish REPL connection. Or you suggest setup forwarding localhost:9090 from local machine to the cloud? :)

Re: ClojureScript repl over proxy

2021-04-22 Thread Lars Rune Nøstdal
Hi, I would stick with SSH tunnels for this tbh.. Because once you fix this particular issue right here, there's 2-3 similar issues showing up in 2-4 months; who knows. I use a tiny bash script in each project that deals with the particular ports needed. mvh, L On Wednesday, April 21, 2021 at

Re: [ClojureScript] Re: durable datascript experiments

2018-01-05 Thread Christian Weilbach
It now has its own repo as datahike and is on clojars to play around. https://github.com/replikativ/datahike We are also working on replication of the hitchhiker-tree here: https://gitlab.com/replikativ/index-sync So hopefully we will be able to stream replicate a datahike db soon. Best, Chris

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-10-12 Thread Erik Assum
FWIW upgrading prismatic schema to 1.1.7 fixed this for me Erik. mandag 15. mai 2017 16.24.12 UTC+2 skrev David Nolen følgende: > > That runtime error doesn't necessarily seem related to the compile time > warning. Would need more information. > > On Mon, May 15, 2017 at 10:16 AM, Tatu Tarvainen

Re: [ClojureScript] [ANN] Orchestra 2017.07.04-1 (now supporting ClojureScript)

2017-07-11 Thread Daniel Compton
> It might be worth including a discussion about when to use this library, and perhaps indicating that using it might not be a best-practice. I'm using it to instrument a running development system as I'm working with it, via an API, REPL, and tests. I've found it handy in all three places for my

Re: [ClojureScript] [ANN] Orchestra 2017.07.04-1 (now supporting ClojureScript)

2017-07-10 Thread Didier
I find it funny that Clojure strongly believes that static types aren't worth the effort in most cases, but somehow the effort of adding generative testing is. I think it's great to encourage people to use generative testing, but I'd rather it be à la carte, like most other things in Clojure. O

Re: [ClojureScript] [ANN] Orchestra 2017.07.04-1 (now supporting ClojureScript)

2017-07-10 Thread Rick Moynihan
It might be worth including a discussion about when to use this library, and perhaps indicating that using it might not be a best-practice. :ret and :fn specs were originally validated by instrument, but this feature was removed because Rich et al thought it redundant, and that there were differen

Re: [ClojureScript] [ANN] Orchestra 2017.07.04-1 (now supporting ClojureScript)

2017-07-09 Thread Daniel Compton
Thanks Jeaye, I'm really happy to see this for CLJS too! Orchestra has been an excellent development time addition to our apps. Checking the :ret specs is very helpful for finding the error in code as close as possible to the problem, rather than further downstream when a further spec fails. On S

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-05-15 Thread David Nolen
That runtime error doesn't necessarily seem related to the compile time warning. Would need more information. On Mon, May 15, 2017 at 10:16 AM, Tatu Tarvainen wrote: > > My phantom test run crashes with: > TypeError: undefined is not an object (evaluating 'schema.core.MapEntry. > prototype') > >

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-05-15 Thread Tatu Tarvainen
My phantom test run crashes with: TypeError: undefined is not an object (evaluating 'schema.core.MapEntry.prototype') I'm assuming that is related to this change, but I'll need to investigate more. There's already a merged PR for schema that excludes MapEntry in refer-clojure. I'm hoping that

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-05-15 Thread David Nolen
That's just a warning. Is there some deeper breakage that you are observing? David On Sun, May 14, 2017 at 3:09 AM, Tatu Tarvainen wrote: > > > * CLJS-2013 - Add MapEntry type > > This change seems to break plumatic schema, after upgrading I'm getting > warnings: > > WARNING: ->MapEntry already

Re: Clojurescript 1.9.493+ breaks core.async with :advanced optimizations

2017-03-03 Thread Kenny Williams
Yup, it is a known issue. See http://dev.clojure.org/jira/browse/CLJS-1954. On Friday, March 3, 2017 at 2:44:52 PM UTC-8, Chad Harrington wrote: > > I believe that cljs versions 1.9.493 and above break core.async (and > possibly other libraries) under :advanced optimizations. > > Here is a mini

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2913, Google Closure Modules, improved nREPL support

2016-10-30 Thread Matthew Chadwick
On Tuesday, February 24, 2015 at 12:37:46 PM UTC, David Nolen wrote: > :preamble will only be applied to the base module. When using :modules there > is not such thing as a main output file. > > > You cannot currently have a per module :preamble. > I recently wanted per-module :preamble when p

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-25 Thread Alan Moore
Congrats on this important migration! Thanks also for the time and effort the Clojars team put into this. I encourage everyone to head over to the Clojars issues list where there are many easy/low hanging fruit that await your awesomeness. Alan On Sep 25, 2016, at 8:24 PM, Daniel Compton wrote:

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-25 Thread Daniel Compton
Oh, one more thing, a big thanks to lvh , and Rackspace for sponsoring Clojars. We really appreciate it! On Mon, Sep 26, 2016 at 4:24 PM Daniel Compton < daniel.compton.li...@gmail.com> wrote: > Hi folks > > We have completed migration of the production server (clojars.org) fr

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-25 Thread Daniel Compton
Hi folks We have completed migration of the production server (clojars.org) from Linode to Rackspace. Everything seems to have transferred across smoothly. Please let us know if you have any issues. Thanks On Fri, Sep 23, 2016 at 9:26 AM Daniel Compton < daniel.compton.li...@gmail.com> wrote: >

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-22 Thread Daniel Compton
Hi Andy Good spotting, thanks! We needed to regenerate the Lucene search index. Normally it is updated incrementally, so there was no Ansible automation to rebuild it. I’m rebuilding the index now, it should be updated soon. Thanks! On Fri, Sep 23, 2016 at 3:14 AM Andy Fingerhut wrote: > Shou

Re: ClojureScript Quick-Start node_repl java.lang.IllegalArgumentException: Value out of range for char: -1

2016-09-22 Thread Jiacai Liu
It turns out that jdk7 is to blame. When I change to jdk8, everything goes well. On Thu, Sep 22, 2016 at 2:08 PM, Jiacai Liu wrote: > http://stackoverflow.com/questions/39629743/clojurescript-quick-start- > node-repl-java-lang-illegalargumentexception-value-ou > > -- > You received this message

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

2016-08-13 Thread David Nolen
Thanks for the report. This has already been fixed in master and I'll cut another release on Monday which include this and several other fixes. On Sat, Aug 13, 2016 at 9:42 AM, yong gou wrote: > sorry my English is poor, but need help, thanks ^_^ > after updated to 1.9.189 , I wrote this: > (req

Re: [ClojureScript] Re: Preparing proposal for presentation on replikativ

2016-08-03 Thread Christian Weilbach
@Daniel > I would be very interested in learning about how to use replikativ: > what can and can't it store, when is and isn't it a good fit, > demo/sample code of common and not so common use cases etc > I've looked at replikativ and even went down the "learn lots about > CRDTs" rabbit hole and t

Re: [ClojureScript] Re: Preparing proposal for presentation on replikativ

2016-08-03 Thread Daniel Kersten
I would be very interested in learning about how to use replikativ: what can and can't it store, when is and isn't it a good fit, demo/sample code of common and not so common use cases etc I've looked at replikativ and even went down the "learn lots about CRDTs" rabbit hole and think I have an OK u

Re: [ClojureScript] ANN: The REPL, a weekly Clojure/Script newsletter

2016-07-26 Thread Colin Fleming
Thanks for The REPL, I've been enjoying it very much. I like that it also has information related to Clojure but not Clojure-specific, such as JVM performance posts. Nice work! Cheers, Colin On 27 July 2016 at 09:20, Daniel Compton wrote: > Hi folks > > I’ve started a weekly Clojure and Clojure

Re: ClojureScript Quick Start - Error: Could not find or load main class clojure.main

2016-07-07 Thread Michael Wood
Perhaps try on the Clojurescript mailing list. https://groups.google.com/group/clojurescript On 05 Jul 2016 4:15 PM, "gilmoretj" wrote: > I suspect there is a MS Windows-specific configuration step missing from > the Quick Start guide ( > https://github.com/clojure/clojurescript/wiki/Quick-Start

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.14, clojure.spec port

2016-06-01 Thread David Nolen
Choosing cljs.spec over clojure.spec is out of necessity not preference - Clojure has already taken the namespace and that namespace defines macros. We are considering aliasing support for cljs.spec. That is rewriting clojure.spec vars in ClojureScript sources to cljs.spec but it will likely cover

Re: [ClojureScript] Re: ANN: ClojureScript 1.9.14, clojure.spec port

2016-06-01 Thread Daniel Compton
Would it be good to change the namespace for spec from cljs.spec to clojure.spec? This will make CLJC files nicer to write as you won’t need to have reader conditionals for requiring cljs.spec in CLJS and clojure.spec in CLJ. It seems like spec is going to be used by lots of projects, so the choic

Re: Clojurescript macros evaluate?

2016-06-01 Thread hiskennyness
On Wednesday, June 1, 2016 at 4:25:31 PM UTC-4, David Nolen wrote: > > Nothing to do with macros, that wouldn't work in Clojure either, the > problem is only the namespaced keyword - ::tiltontec.qxia.base/m.Composite > > Note the leading double colon, :: > > The :: indicates that tiltontec.qxia.

Re: Clojurescript macros evaluate?

2016-06-01 Thread David Nolen
Nothing to do with macros, that wouldn't work in Clojure either, the problem is only the namespaced keyword - ::tiltontec.qxia.base/m.Composite Note the leading double colon, :: The :: indicates that tiltontec.qxia.base is an ns alias, which clearly it's not since it's the fully qualified name. J

Re: ClojureScript and React-native?

2016-05-29 Thread Paulus Esterhazy
Also give boot-react-native a try (https://github.com/mjmeintjes/boot-react-native). It's a admittedly bit rough to get started, but when set up offers a powerful interactive working environment. On Sun, May 29, 2016 at 4:12 PM, Mark Stang wrote: > Well, Re-natal seems to build and run. I am sti

Re: ClojureScript and React-native?

2016-05-29 Thread Mark Stang
Well, Re-natal seems to build and run. I am still going through the exercises in the README. On Sat, May 28, 2016 at 7:16 PM, Mark Stang wrote: > Has anyone gotten it to work lately by building it from scratch? And by > from scratch, I mean using the instructions on cljsrn.org? > > The natal h

RE: [ClojureScript] Re: clojure.spec

2016-05-28 Thread sean
Is it likely that we’ll see a common clojure.spec implementation in .cljc files rather than separate .clj / .cljs files? Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org From: David Nolen -- You received this message because you are subscribed to the Google Groups "Cl

Re: [ClojureScript] #{:ann} funcool/struct - yet another validation library for Clojure and ClojureScript.

2016-05-05 Thread JvJ
I've been using Schema. How does struct compare? -- 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. T

Re: [ClojureScript] #{:ann} funcool/struct - yet another validation library for Clojure and ClojureScript.

2016-05-03 Thread Alan Thompson
Hi - Looks nice! Alan On Mon, May 2, 2016 at 11:11 PM, Andrey Antukh wrote: > Hi all. > > I am happy to announce the first public release of funcool/struct > validation library. > > https://github.com/funcool/struct > > Why an other? > > I have started on my project using well know and very nice

Re: ClojureScript def, vars, and binding

2016-04-03 Thread whitespace
Any chance that this could be supported now core.async is here? I think the arguments of brandon bloom are still valid. I have implemented Erlang-like supervisors for core.async and now got stuck in the last step when I realized that the supervisor binding is broken in cljs. (1) I can pass expl

Re: [ClojureScript] Re: [ANN] Quil 2.4.0 and improved live editor

2016-03-31 Thread Elango Cheran
Thanks, Nikita, for keeping up the good work. This is great! -- Elango On Sat, Mar 26, 2016 at 11:50 AM, Nikita Beloglazov wrote: > > FYI: The quil.info site has a broken link. The "Quil Intro" links to: > > http://nbeloglazov.com/2014/05/29/quil-intro.html > > But that's 404. > > Alan > > Tha

Re: [ClojureScript] Re: ANN: ClojureScript 1.8.34

2016-03-20 Thread Daniel Compton
I may be way off on this, but I would expect :compiler-env, special-fns, warn-on-undeclared to be in figwheel config, not in the compiler config, hence to cause no issues? https://github.com/bhauman/lein-figwheel/tree/v0.5.0-5#client-side-configuration-options On Sat, Mar 19, 2016 at 12:48 PM Dav

Re: ClojureScript sequence implementation does not print

2016-03-05 Thread William la Forge
I found what I needed. In cljs.core we have this (extend-protocol IPrintWithWriter ...) Which defines how to print various sequences. On Friday, March 4, 2016 at 8:07:29 PM UTC-5, William la Forge wrote: > > I've implemented sequences in Clojure with no problems. But I'm a lot > weaker when

Re: ClojureScript at its best

2016-03-04 Thread Paweł Rozynek
http://jinteki.net is most impressive for me personally as im playing the game. here is the src code: http://github.com/mtgred/netrunner/ regards PR -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@google

Re: [ClojureScript] Re: Clojure Google Summer of Code 2016 - Submit your project ideas!

2016-03-02 Thread Alexander
AFAIK you can email to gsoc-support and ask for feedback on your org application. On Tuesday, March 1, 2016 at 7:26:49 AM UTC+9, Alex Miller wrote: > > Nope. > > On Monday, February 29, 2016 at 4:13:43 PM UTC-6, Colin Fleming wrote: >> >>

Re: ClojureScript at its best

2016-03-02 Thread Richard Eng
I used your information in my article: The Super Surrogates of JavaScript On Tuesday, 1 March 2016 10:52:11 UTC-5, Richard Eng wrote: > > Thank you! This one is most impressive! > > > On Tuesday, 1 March 20

Re: ClojureScript at its best

2016-03-01 Thread David Nolen
Capital One's Level Money https://www.levelmoney.com Thomas Reuters https://open.mediaexpress.reuters.com There's a list of companies that gets periodically updated here: https://github.com/clojure/clojurescript/wiki/Companies-Using-ClojureScript David On Tue, Mar 1, 2016 at 1:10 AM, Alex Miller

Re: ClojureScript at its best

2016-03-01 Thread Richard Eng
Thank you! This one is most impressive! On Tuesday, 1 March 2016 10:41:04 UTC-5, Sam Ritchie wrote: > > https://racehubhq.com/ is full Clojurescript + Om, with full client-side > rendering + routing and all data transfer via websocket. > > Sam Ritchie (@sritchie ) >

Re: ClojureScript at its best

2016-03-01 Thread Sam Ritchie
https://racehubhq.com/ is full Clojurescript + Om, with full client-side rendering + routing and all data transfer via websocket. Sam Ritchie (@sritchie ) Machine Learning @ Stripe samritchie.io

Re: ClojureScript at its best

2016-03-01 Thread Bryan Maass
Also, the Asciinema player is written in cljs. https://asciinema.org/ -- 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

Re: ClojureScript at its best

2016-02-29 Thread Alex Miller
A few that come to mind... https://circleci.com/ is written in ClojureScript and is available at https://github.com/circleci/frontend https://precursorapp.com/ is another CLJS app https://github.com/jackschaedler/goya is a pixel editor written in CLJS On Monday, February 29, 2016 at 8:54:04 P

Re: ClojureScript at its best

2016-02-29 Thread Bryan Maass
This is a tiny project, but it was extremely easy to write, using cljs, reagent, and boot's live-reloading work flow: http://escherize.com/catan/ This page is generated from this file: https://gist.github.com/90416937a946d7474261 On Tuesday, March 1, 2016 at 1:54:04 PM UTC+11, Richard Eng wr

Re: [ClojureScript] Re: Clojure Google Summer of Code 2016 - Submit your project ideas!

2016-02-29 Thread Alex Miller
Nope. On Monday, February 29, 2016 at 4:13:43 PM UTC-6, Colin Fleming wrote: > > That's a shame. Was any feedback given? > > On 1 March 2016 at 10:05, Alex Miller wrote: > >> Unfortunately, we were informed today that Clojure was not selected as a >> 2016 Google Summer of Code organization. :(

Re: [ClojureScript] Re: Clojure Google Summer of Code 2016 - Submit your project ideas!

2016-02-29 Thread Colin Fleming
That's a shame. Was any feedback given? On 1 March 2016 at 10:05, Alex Miller wrote: > Unfortunately, we were informed today that Clojure was not selected as a > 2016 Google Summer of Code organization. :( > > > On Thursday, February 18, 2016 at 3:47:59 PM UTC-6, David Nolen wrote: >> >> Hello,

Re: ClojureScript ord-of-char?

2016-02-09 Thread nick rothwell
Given that one can write (int \A) in ClojureScript, what should it do? (I would naively expect the same effect as .charCodeAt.) Anyway, Conditional Reader here we come. On Tuesday, 9 February 2016 18:05:00 UTC, David Nolen wrote: > > .charCodeAt is the correct thing - there is no real char type

Re: ClojureScript ord-of-char?

2016-02-09 Thread David Nolen
.charCodeAt is the correct thing - there is no real char type in ClojureScript only strings. David On Tue, Feb 9, 2016 at 1:01 PM, nick rothwell wrote: > Dumb question: should I be able to get the ordinal value of a character in > ClojureScript via something like > > (int \A) > > ? This does ex

Re: clojurescript in clojure

2016-01-27 Thread Gregg Reynolds
On Jan 27, 2016 1:57 PM, "Gregg Reynolds" wrote: > > > > On Wed, Jan 27, 2016 at 1:28 PM, Timothy Baldridge wrote: >> >> It seems to me that there has to be a simpler approach to what you are trying to accomplish. To that end, what is your end goal, and why is "splitting the cljs into a .cljs fil

Re: clojurescript in clojure

2016-01-27 Thread Gregg Reynolds
On Wed, Jan 27, 2016 at 1:28 PM, Timothy Baldridge wrote: > It seems to me that there has to be a simpler approach to what you are > trying to accomplish. To that end, what is your end goal, and why is > "splitting > the cljs into a .cljs file is not an option"? > The end goal is a unified lang

Re: clojurescript in clojure

2016-01-27 Thread Timothy Baldridge
It seems to me that there has to be a simpler approach to what you are trying to accomplish. To that end, what is your end goal, and why is "splitting the cljs into a .cljs file is not an option"? On Wed, Jan 27, 2016 at 12:08 PM, Gregg Reynolds wrote: > > > On Tue, Jan 26, 2016 at 9:03 PM, Matc

Re: clojurescript in clojure

2016-01-27 Thread Gregg Reynolds
On Tue, Jan 26, 2016 at 9:03 PM, Matching Socks wrote: > Is lein's project mavenry important here? Could you call cljs.compiler > directly? > You mean instead of using 'lein cljsbuild auto'? I can do that but I'm not sure how to "link" the cljs core lib. Following David Nolen's excellent hell

Re: clojurescript in clojure

2016-01-26 Thread Matching Socks
Is lein's project mavenry important here? Could you call cljs.compiler directly? -- 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

Re: [ClojureScript] Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-23 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.01.2016 05:11, Christopher Small wrote: > Can you listen for changes on a server store? What exactly do you want to do? If you want to track updates to a CRDT, I would create a stage and subscribe to the updates as I do in the topiq client: htt

Re: [ClojureScript] Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Thomas
> > I am curious about what the Clojure community can come up with in this > area, as Clojure developers mostly open-source libraries, but not so > many build open-source applications as for instance free-software > communities in Python do. > > Just reading this and Braid came to mind: https

Re: [ClojureScript] Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-21 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20.01.2016 17:30, Thomas wrote: > Looks very interesting and I suspect there were some pretty hard > problems to solve!!! Since I started to explicitly use the CRDT formalism, I don't have to reimplement the wheel and there are a few pretty cool ide

Re: [ClojureScript] Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-20 Thread Daniel Kersten
I've actually been looking at Replikativ (and CRDT's in general) over the past ~3 weeks, so I'm very happy to hear that Replikativ is moving forwards. It looks incredibly interesting. On Wed, 20 Jan 2016 at 16:30 Thomas wrote: > Looks very interesting and I suspect there were some pretty hard pr

Re: [Clojurescript] .getElementById returns NULL

2016-01-05 Thread Nathan Smutz
Thanks Francis, that did it. Rookie mistake, that. I wonder if there's ever enough page content to make it worth just delaying the DOM hooks. On Sunday, January 3, 2016 at 7:49:39 PM UTC-8, Francis Avila wrote: > > Your problem is unrelated to clojurescript. > > Your script runs before the bo

Re: [Clojurescript] .getElementById returns NULL

2016-01-03 Thread Ryan Fowler
On Sun, Jan 3, 2016 at 8:04 PM, Nathan Smutz wrote: > > (.log js/console (. js/document getElementById "test-content")) > > ​I suspect you need something more like this: ​ (.log js/console (.getElementById js/document "test-content"))​ -- You received this message because you are subscribe

Re: [ClojureScript] Boot running on Windows (was: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2016-01-01 Thread Mimmo Cosenza
ng somebody, you're not really alive." > -- Margaret Atwood > > > From: Sean Corfield > Date: Sunday, December 27, 2015 at 12:02 PM > To: , Clojure Mailing List > > Subject: Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing > with Enlive >

Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-27 Thread Sean Corfield
Sven Richter wrote on Friday, December 25, 2015 at 1:08 PM: Maybe they changed something within the file access code in W10. This appears to be the case, yes. The issue on Windows 7 (and earlier — and maybe still on Windows 8?) is one that has caused countless problems for JVM based tooling that

Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-27 Thread Mimmo Cosenza
want >> to give it a try using 1.8 Release Candidate. >> >> Cheers……..Yuri >> >> >> From: 'Sven Richter' via ClojureScript >> Sent: Friday, December 25, 2015 1:08 PM >> To: Clojure >> Cc: clojur...@googlegroups.com >> Subje

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-27 Thread Mimmo Cosenza
file access bugs, they are > actually Clojure problems (open file leaks) fixed in 1.8, so you might want > to give it a try using 1.8 Release Candidate. > > Cheers……..Yuri > > > From: 'Sven Richter' via ClojureScript > Sent: Friday, December 25, 2015 1:0

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] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-26 Thread Sven Richter
e leaks) fixed in 1.8, so you might want > to give it a try using 1.8 Release Candidate. > > Cheers……..Yuri > > > *From: *'Sven Richter' via ClojureScript > *Sent: *Friday, December 25, 2015 1:08 PM > *To: *Clojure > *Cc: *clojur...@googlegroups.com >

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

2015-12-26 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26.12.2015 00:51, Jethro Kuan Sheng Yuan wrote: > Have you seen castra before? Seems like both are trying to achieve > the same objective. > No, I haven't seen it before. Thanks for pointing it out. I probably haven't communicated the objective of

RE: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-26 Thread Yuri Steinschreiber
er 25, 2015 1:08 PM To: Clojure Cc: clojurescr...@googlegroups.com Subject: Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive Hm, Thats interesting, the first time I tried boot (when it was officially anounced) on W7 it did not work for me (one of the already exis

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: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Sven Richter
Hm, Thats interesting, the first time I tried boot (when it was officially anounced) on W7 it did not work for me (one of the already existing issues hit me). As I read this announcement here I tried it again, before writing my answer. What I did was to to install the latest boot and clone: h

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

2015-12-25 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25.12.2015 08:18, Zubair Quraishi wrote: > I like the idea of this. Isn't there anything similar already in > Cljs and Clojure though? Do you know any? I sadly do not, one and a half years ago when I started implementing the communication concept

Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Sean Corfield
Sven Richter wrote on Wednesday, December 23, 2015 at 11:33 PM: While I appreciate everyones work and also like boots approach to building clojure libs I want to remind you that boot still does not work on windows. I’ve been using Boot extensively on Windows 10 for the last few weeks and it seem

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Mimmo Cosenza
Yes, your way is quicker... [mc] > Il giorno 25 dic 2015, alle ore 12:43, Erik Assum ha scritto: > > When it's just a matter of correcting typos, I tend to fork the project, do > the edit directly in the github gui, commit, and add a pull request, which > would correspond to steps 1,5,6,8 bel

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Erik Assum
When it's just a matter of correcting typos, I tend to fork the project, do the edit directly in the github gui, commit, and add a pull request, which would correspond to steps 1,5,6,8 below. Erik. -- i farta > Den 25. des. 2015 kl. 08.36 skrev Mimmo Cosenza : > > Hi Erlis, > the best way t

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Mimmo Cosenza
Hi Erlis, the best way to correct typos is by using the pull request mechanics of github 1. fork the project from github User Interace 2. clone locally the forked project > git clone https://github.com/yourname/modern-cljs.git > > cd modern-cljs 3. ad

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Erlis Vidal
I'm using Virtual Box with XUbuntu, and everything runs smooth there. I've also installed boot on Windows but I haven't work there yet. Great work Mimmo, by the way, while working on the tutorial I've found 2 typos, where can I send you the corrections? Thanks for creating this! Erlis On Thu, D

Re: [ClojureScript] [ANN] kabel 0.1.0 release

2015-12-24 Thread Mimmo Cosenza
nice! thanks mimmo > On 24 Dec 2015, at 18:03, Christian Weilbach wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I am happy to announce the first independent release of kabel (German > for wire or cable), a websocket library that is used by several of my > projects.

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Mimmo Cosenza
I wrote a warning note in the README.MD of the series, by suggesting to use virtualbox or docker to be able to follow the tutorial. I really do not have any MS Windows skill to be able to help anyone on those OSs. My best mimmo > On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript >

Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Mimmo Cosenza
yes, I saw it. As I have some free time I’ll add a note ato the series for windows users that suggest to use a virtual machine or docker while waiting for boot be able to run on windows too. cheers mimmo > On 24 Dec 2015, at 09:13, 'Sven Richter' via ClojureScript > wrote: > > Also I just a

Re: ClojureScript compiler says "No such namespace" ?

2015-12-23 Thread Stephen Gilardi
The namespace name is not the same as the dep name. ‘require' clauses use namespace names, for example: [cljs-time.format :as something] You can get the namespace name from the ns form at the top of its file, e.g., https://github.com/andrewmcveigh/cljs-time/blob/master/src/cljs_time/for

Re: ClojureScript vs Clojure: which differences matter in your experience?

2015-12-03 Thread Sebastian Bensusan
Hi, I love ClojureScript and routinely recommend it to people in the supermarket. With that said, in the context of a backend service these are some of the things that I would miss from Clojure: 1. Rock solid dependencies for doing all the operations you describe. I've found the JVM ecosystem

Re: [ClojureScript] Re: ANN: ClojureScript 1.7.145

2015-10-13 Thread Daniel Compton
I should mention, not all usages of c.string/replace will break :), but it does change the behaviour when using a function as the replacement value. You can see more details at CLJS-1304 . On Wed, Oct 14, 2015 at 5:10 PM Daniel Compton < daniel.compton

Re: [ClojureScript] Re: ANN: ClojureScript 1.7.145

2015-10-13 Thread Daniel Compton
Hi folks Just wanted to mention that "CLJS-1304: c.string/replace differs from Clojure" is a breaking change. It was first introduced in 1.7.58, but that was marked as pre-release, 1.7.145 is the first stable version with the patch. It affected us through cljs-time

Re: [ClojureScript] Re: ANN: ClojureScript 1.7.145

2015-10-13 Thread David Nolen
It's an innocuous warning from badly annotated code from the Google Closure Library. Annoying but not important. We'll probably cut a followup release with a bumped GCL dependency once it's clear there are not more pressing problems. David On Tue, Oct 13, 2015 at 3:58 PM, Nathan B wrote: > On

Re: [ClojureScript] new thi.ng website and additions

2015-10-08 Thread Marc Fawzi
hidden deep: https://github.com/thi-ng/tweeny :) On Thu, Oct 8, 2015 at 12:08 PM, Marc Fawzi wrote: > as always, super cool and inspiring. > > It raises the standard for others way too high! :) > > Nice and thank you for sharing!!! > > On Thu, Oct 8, 2015 at 11:14 AM, Karsten Schmidt wrote: >

Re: [ClojureScript] new thi.ng website and additions

2015-10-08 Thread Marc Fawzi
as always, super cool and inspiring. It raises the standard for others way too high! :) Nice and thank you for sharing!!! On Thu, Oct 8, 2015 at 11:14 AM, Karsten Schmidt wrote: > Just a quick heads up that I've been re-working the website for my > collection of 20+ libraries, now with a bit m

Re: ClojureScript vs. Elm for Multiplayer Web Game

2015-09-22 Thread JvJ
Also, I noticed that http-kit is being used in the zombie game tutorial. How does that stack up against node in terms of capability? On Monday, 21 September 2015 21:22:51 UTC-7, JvJ wrote: > Wow! An unexpected number of resources on exactly what I'm looking for! > Thanks! > > ... but I am so

Re: ClojureScript vs. Elm for Multiplayer Web Game

2015-09-21 Thread JvJ
Wow! An unexpected number of resources on exactly what I'm looking for! Thanks! ... but I am somehow surprised that someone could mention both Clojure and the Undead without using term "Macronomicon". On Monday, 21 September 2015 06:52:24 UTC-7, Gijs S. wrote: > > I have no experience with El

Re: ClojureScript vs. Elm for Multiplayer Web Game

2015-09-21 Thread Gijs S.
I have no experience with Elm, but I have made a card game with ClojureScript: http://thegeez.net/2012/03/20/racket_gin_clojurescript.html As well as a version with a Datomic back-end: http://thegeez.net/2014/06/12/gin_datomic.html -- You received this message because you are subscribed to the

Re: ClojureScript vs. Elm for Multiplayer Web Game

2015-09-21 Thread Mikera
I would definitely consider ClojureScript on the client plus Clojure on the server side. It's great to be able to build full-stack solutions using Clojure and share code across both the server and the browser, escpecially with the new .cljc support in Clojure 1.7 If you want an example of 2D ga

Re: ClojureScript vs. Elm for Multiplayer Web Game

2015-09-20 Thread bryan
You might want to checkout the exact process of creating a 2d card game, as documented in the fabulous http://www.parens-of-the-dead.com/ series. Next, I've found core.async to be a great paradigm to interact with websockets from cljs with. I don't have a ton of experience with elm, but I know

Re: [ClojureScript] Erlang-inspired error handling for core.async

2015-09-16 Thread Christian Weilbach
Hey Moe, > >> >> into and pipe should probably be safe. > > > I was thinking of a case where a function is returning the equivalent of: > > (async/onto-chan ... [1 2 (Exception.)]) > > And the consumer wants to async/into [], obscuring the error from looks like you've defined < > I have som

Re: [ClojureScript] Erlang-inspired error handling for core.async

2015-09-14 Thread Christian Weilbach
Hi Moe, > > I haven't felt the need for Erlang-style supervision in core.async, > but am generally interested in moving around errors > asynchronously. > > How are you dealing with failures which pass through higher-order > channel operations, e.g. into, map, pipe, etc.? into and pipe should pr

Re: ClojureScript Self-hosting Demo

2015-08-03 Thread kinleyd
Hi all, I've looked at the Optional Self-hosting section on the ClojureScript Github wiki. Would it be possible to have a more step-by-step set of instructions for experimentig with self hosting OR could someone point me to a resource which provides one? Thanks, Kinley -- You received this

Re: ClojureScript Self-hosting Demo

2015-08-03 Thread kinleyd
Hi all, I've looked at the Option Self-hosting section section on the ClojureScript Github wiki. Would it be possible to have a more step-by-step set of instructions for self hosting OR could someone point me to resource which provides one? Thanks, Kinley -- You received this message becaus

Re: [ClojureScript] ClojureScript Self-hosting Demo

2015-08-02 Thread Marc Fawzi
Some basic and potentially naive questions: I realize you need a bunch of things loaded in the browser to convert CLJS code to JS and eval it. I'm wondering about the below: 1. Does this means that i can run CLJS in the browser without the Google Closure library or is the compiler dependent on

Re: ClojureScript Self-hosting Demo

2015-07-31 Thread Shaun Gilchrist
This is such an awesome time to be slinging parens! Thank you to everyone who made this possible! On Fri, Jul 31, 2015 at 11:22 AM, gvim wrote: > On 31/07/2015 19:08, David Nolen wrote: > >> Some more words & demos here >> http://swannodette.github.io/2015/07/29/clojurescript-17/ >> >> Cheers, >

Re: ClojureScript Self-hosting Demo

2015-07-31 Thread gvim
On 31/07/2015 19:08, David Nolen wrote: Some more words & demos here http://swannodette.github.io/2015/07/29/clojurescript-17/ Cheers, David Amazing work, David. Clojure[script] really is THE fountain of innovation. Whilst Clojurescript may not be as mainstream as React, Angular etc. develo

Re: [ClojureScript] [ANN] Clojure 1.7.0-beta3

2015-06-30 Thread Andy Fingerhut
Is anyone interested in filing a bug against IBM JDK 1.8.0 where it appears that its JIT compiler fails about half of the time when doing 'mvn clean test' in a Clojure 1.7.0 source tree? You can find some attachments in an earlier message of this thread that can get you started, but producing your

Re: [ClojureScript] [ANN] thi,ng/geom 0.0.856 (new dataviz module)

2015-06-14 Thread Marc Fawzi
<< Have not yet played with transitions to see if I can get tweened style strings out of them and convert but i cringe at the performance hit. >> Just remembered attrTween and styleTween do allow that very easily and output the tweened style/attribute string, so that is possible too But in ay cas

  1   2   3   4   5   6   7   8   9   10   >