Getting started video with Noj v2, VSCode, Calva, and Clay for data analysis

2025-05-02 Thread Daniel Slutsky
po used in the session: https://github.com/scicloj/noj-v2-getting-started -- 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 patie

Noj v2 - getting started - from raw data to a blog post

2025-01-25 Thread Daniel Slutsky
Just created a video and a demo repo for Noj, a Clojure toolkit for data and science. https://www.youtube.com/watch?v=vnvcKtHHMVQ https://github.com/scicloj/noj-v2-getting-started The demo uses Tablecloth, Tableplot, Clay, and Emacs CIDER. It explores the data of the Clojure Events Calendar

Re: A Concise Guide to Getting Started with Clojure on Windows

2019-10-17 Thread Brandon R
Hi Alex! That would be great actually. I'll read over that and see about getting in on there. Brandon On Thu, Oct 17, 2019 at 7:05 PM Alex Miller wrote: > We'd be happy to host a guide like this on clojure.org if you're > interested... > > https://clojure.org/community/contributing_site > > A

Re: A Concise Guide to Getting Started with Clojure on Windows

2019-10-17 Thread Alex Miller
We'd be happy to host a guide like this on clojure.org if you're interested... https://clojure.org/community/contributing_site Alex On Thursday, October 17, 2019 at 7:47:03 PM UTC-5, Brandon R wrote: > > Hello Clojure friends, > > I wrote this guide for a friend, and it's something I wish I ha

A Concise Guide to Getting Started with Clojure on Windows

2019-10-17 Thread Brandon R
Hello Clojure friends, I wrote this guide for a friend, and it's something I wish I had when I was starting. This guide focuses on Windows, VS Code, and Calva, though much of it would be useful to non-Windows users as well. Beginner resources have come a long way since I started, but there can ne

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-08 Thread Johannes Staffans
I found the introductory talk on Claypoole pretty informative with regards to parallelism in Clojure in general: https://www.youtube.com/watch?v=BzKjIk0vgzE On Thursday, April 7, 2016 at 5:09:39 PM UTC+2, Mars0i wrote: > > Niels-- Ah, interesting. My uses of pmap haven't been I/O bound. I > d

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-07 Thread Mars0i
Niels-- Ah, interesting. My uses of pmap haven't been I/O bound. I didn't know about the claypoole library. Will keep that in mind. On Thursday, April 7, 2016 at 8:00:39 AM UTC-5, Niels van Klaveren wrote: > > The biggest problem with pmap I have is ordering, ie. it will process in > batches

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-07 Thread Timothy Baldridge
Exactly. Clojure's strength is constraining mutability. How each primitive constrains mutability is different. Note: that many of these defaults can be overridden if the user really knows what they are doing. atoms - given a mutable cell, provide a function to update the data, may be run multiple

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-07 Thread Gary Verhaegen
The two resources that helped me most with concurrency and parallelism are "Java Concurrency in Practice" and "ZeroMQ — The Guide". Introductory Go books are also enlightening. Once you have a clear understanding of the underlying concepts in general, understanding how they are accessible in Cloju

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-07 Thread Niels van Klaveren
The biggest problem with pmap I have is ordering, ie. it will process in batches of (+ 2 (.. Runtime getRuntime availableProcessors)), and only take a new batch when the slowest of the old batch has been evaluated. With functions dependent on IO, parallel gains are only a fraction of what they

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-07 Thread Chris White
On Tuesday, April 5, 2016 at 6:51:59 PM UTC-7, tbc++ wrote: > > If it all seems confusing, do not despair, there's two things that will > handle the vast majority of the use cases you may have: > > 1) `future` - spawns a thread that runs the body of the future ( > https://clojuredocs.org/clojur

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-06 Thread Mars0i
Maybe people forget about pmap , pcalls , and pvalues because they're just too easy. On Tuesday, April 5, 2016 at 8:51:59 PM UTC-5, tbc++ wrote: > > If it all seems

Re: Advice getting started with concurrency and parallelism in Clojure

2016-04-05 Thread Timothy Baldridge
If it all seems confusing, do not despair, there's two things that will handle the vast majority of the use cases you may have: 1) `future` - spawns a thread that runs the body of the future ( https://clojuredocs.org/clojure.core/future) 2) `atom` and `swap!` - Used to store data that needs to be

Advice getting started with concurrency and parallelism in Clojure

2016-04-05 Thread Chris White
I was doing some reading of code recently to help me get up to speed with Clojure. One of the libraries I randomly came across dealt with parallelism and I had a hard time following along with it. To try and wrap my head around things I did a quick search and found this article: http://www.that

Getting Started

2016-02-06 Thread Abhishek Kumar
Hello I am Abhishek ,computer science student from India,I've previous open source experience in Haskell and Scala.I want to work with clojure during GSoC 2016.Please help me with some prospective projects,I found closurescript very interesting are there some features to work upon in closuresc

Re: getting started: generated address-book directory does not match tutorial

2016-01-30 Thread gianluca torta
are you using leiningen 2.x? in such a case, it should download and install the desired template on the fly when you give command: $ lein new hoplon address-book hth, Gianluca On Saturday, January 30, 2016 at 3:54:32 AM UTC+1, hiskennyness wrote: > > [Also posted in the Hoplon github issues are

getting started: generated address-book directory does not match tutorial

2016-01-29 Thread hiskennyness
[Also posted in the Hoplon github issues area.] I have been working thru the https://github.com/hoplon/hoplon/wiki/Get-Started guide on a brand new Ubuntu VM running under vmware on windows 10 and all went well until: lein new hoplon address-book That actually went fine, but the resulting d

Re: Getting started

2015-11-01 Thread Baishampayan Ghose
Saurabh, Thanks for your interest in Clojure. However, your question is quite open ended. Can you tell us what you have tried so far and if there is anything specific that you want us to help you with? Almost all the info that you'd need to get started can be found here: http://clojure.org/contri

Getting started

2015-11-01 Thread Saurabh Shah
Hello, My name is Saurabh Shah and I am a second year undergraduate student at DA-IICT, Gandhinagar, India. I have quite lately been contributing towards the open source organizations and I find your organization the most appropriate one to work on. I request you to please guide me throug

[videos] Getting started with Clojure, IntelliJ, Cursive and Gorilla REPL

2014-08-19 Thread Jony Hudson
bably not much in there for experts, and the setup won't suit everyone (*cough* emacs *cough*) but hopefully they're useful for some of those just getting started. They're excruciatingly detailed, so should be suitable for those with no Clojure experience. Jony -- You received

Re: [nginx-clojure] Getting started question

2014-07-13 Thread Xfeep Zhang
Hi Boris If there 's no port conflict, you can run multiple nginx instances without any problem. So if you do installation by binary you needn't remove the prior version. If you don't want to run multiple nginx instances , you can stop the old one and copy the configuration files to the new one

[nginx-clojure] Getting started question

2014-07-08 Thread Boris Kourtoukov
I am working on a small personal project and want to use/learn nginx and clojure as the web backend. Unfortunately I am bogged down my the installation instructions. I have Nginx running and serving html on a Linode instance, I just don't know enough about it's plugins to do step 1.1 "Installat

Re: Getting started - overcoming my first obstacles

2014-03-09 Thread Florian Salihovic
That's actually quite easy. I saved my script as a github gist and copied it from there ... with all the highlighting etc. Cheers Florian Am Sonntag, 9. März 2014 10:36:44 UTC+1 schrieb Frank Behrens: > > Dear Florian (or anybody), > > I really like how your post is so beautifully syntax highl

Re: Getting started - overcoming my first obstacles

2014-03-09 Thread Frank Behrens
Dear Florian (or anybody), I really like how your post is so beautifully syntax highlighted. How did you do that ? nice day !, Frank (PS this Frank) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

Re: Getting started - overcoming my first obstacles

2014-03-07 Thread Florian Salihovic
Hi Walter, ... i was actually thinking too complicated. I was actually working myself deeper and deeper by extracting methods, but i completely overlooked to simply destructure the data ... Thanx a lot :) Am Freitag, 7. März 2014 18:14:33 UTC+1 schrieb Walter van der Laan: > > Hi Florian, >

Re: Getting started - overcoming my first obstacles

2014-03-07 Thread Walter van der Laan
Hi Florian, To unpack your edn-acls I entered these expressions in a repl. Each expression goes one step deeper, so it is only the last expression that you need to unpack the acls. The other steps are included to illustrate the process. (for [acl edn-acls] {:acl acl}) (for [acl edn-acls

Getting started - overcoming my first obstacles

2014-03-07 Thread Florian Salihovic
I am working on my first "real" Clojure application. I started building tools and looking use cases for my daily work, so i would have a direct benefit from using Clojure. The first application would be an unpacking of an edn definition of access control lists for Apache JackRabbit. The edn-acl

Re: Getting started with lein-cljsbuild

2012-05-29 Thread Phil Hagelberg
On Mon, May 28, 2012 at 7:10 PM, Evan Mezeske wrote: > I'm not really sure what environment variables have to do with the problem. Leiningen used to check the $CLASSPATH variable, but I don't think anyone had ever used that on purpose; it just caused problems in practice. Going forward (2.0.0-pre

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Evan Mezeske
> > Right, this is a big part of why I think that lein trampoline was at least > part of the culprit. But by ensuring that the project's path didn't > contain a space, and by eliminating all spaces from my environment > variables, lein trampoline repl is now working for me, also lein trampolin

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Mark Engelberg
On Mon, May 28, 2012 at 6:49 PM, Evan Mezeske wrote: > Also, observe that if the project's path contains a space, "lein > trampoline repl" fails as well. > > > Right, this is a big part of why I think that lein trampoline was at least part of the culprit. But by ensuring that the project's path

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Evan Mezeske
Also, observe that if the project's path contains a space, "lein trampoline repl" fails as well. -- 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 modera

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Mark Engelberg
On Mon, May 28, 2012 at 6:28 PM, Ben Mabey wrote: > I actually hit this same problem with lein-cljsbuild the other day but on > OSx. I had ~/Foo Bar Baz/my-project and it was complaining that the Bar > class could not be found when I tried to use the repl tasks. So, I don't > think it is strict

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Evan Mezeske
This looks like a problem with Leiningen's trampoline feature to me. I edited my ~/bin/lein script, to insert "echo $TRAMPOLINE" before "exec sh -c "exec $TRAMPOLINE", near the end of the file. I then copied the lein-cljsbuild advanced example project into a path that contained a space (".../a

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Ben Mabey
On 4/19/12 4:31 AM, Chris Perkins wrote: On Thursday, April 19, 2012 3:03:53 AM UTC-4, Evan Mezeske wrote: That's great news that you got it to work. I can't make any sense of the stack trace you're seeing with "lein deps", though, unfortunately. Other than installation, does t

Re: Getting started with lein-cljsbuild

2012-05-28 Thread Mark Engelberg
On Thu, Apr 19, 2012 at 1:29 AM, Mark Engelberg wrote: > Unfortunately, "lein trampoline cljsbuild repl-rhino" (and all the > trampoline tasks) > generates the same error that I got when I tried to run lein deps. > I mentioned last month that I was able to get "lein cljsbuild once" to work, but w

Re: Getting started

2012-05-11 Thread Enterprise Saas
java -jar clojure-1.4.0.jar On May 10, 2012 9:36 AM, "Zeno" wrote: > Hi, > I have downloaded and unzipped Clojure 1.4.0 but when trying "java -cp > clojure-1.4.0.jar clojure.main" as stated on the getting started page > I get the following. > > D:\Pro

Re: Getting started

2012-05-10 Thread Sean Corfield
On Thu, May 10, 2012 at 4:56 PM, Rostislav Svoboda wrote: > No, please stop. Zeno, you MUST get the "java -cp clojure-1.4.0.jar > clojure.main" working! It is the very core the life and the universe. I'm sorry but that's a silly comment. Starting with Leiningen instead of downloading the Clojure

Re: Getting started

2012-05-10 Thread Rostislav Svoboda
On 10 May 2012 19:57, Chris McBride wrote: > Also you generally don't invoke the clojure jar directly. Instead have lein > do that for you. > http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html#clojure-projects No, please stop. Zeno, you MUST get the "java -cp cl

Re: Getting started

2012-05-10 Thread Chris McBride
d and unzipped Clojure 1.4.0 but when trying "java -cp > clojure-1.4.0.jar clojure.main" as stated on the getting started page > I get the following. > > D:\Profiles\rcarthur\My Documents\Clojure1_4\clojure-1.4.0>java -cp > clojure-1.4.0.jar c

Re: Getting started

2012-05-10 Thread Tom Maynard
On 05/10/2012 03:53 AM, Zeno wrote: trying "java -cp clojure-1.4.0.jar clojure.main" as stated You need to specify the full path to clojure.jar (probably ./clojure.jar, if you're in that directory). You could also put "." in your classpath, but that's not recommended (can cause flakey prob

Getting started

2012-05-10 Thread Zeno
Hi, I have downloaded and unzipped Clojure 1.4.0 but when trying "java -cp clojure-1.4.0.jar clojure.main" as stated on the getting started page I get the following. D:\Profiles\rcarthur\My Documents\Clojure1_4\clojure-1.4.0>java -cp clojure-1.4.0.jar clojure.main Exception in

Re: Clojurescript One getting started problem

2012-05-10 Thread David Nolen
Good to hear. On Thursday, May 10, 2012, David Powell wrote: > > > On Thu, May 10, 2012 at 11:44 AM, David Nolen > > > wrote: > >> Hmm wasn't aware of that if true. Should definitely open up a ticket for >> that. >> > > Hmm the latest version seems to work on IE9 at least. I had trouble with >

Re: Clojurescript One getting started problem

2012-05-10 Thread David Powell
On Thu, May 10, 2012 at 11:44 AM, David Nolen wrote: > Hmm wasn't aware of that if true. Should definitely open up a ticket for > that. > Hmm the latest version seems to work on IE9 at least. I had trouble with it in the past though. I think the latest change to serve the page from the browser-

Re: Clojurescript One getting started problem

2012-05-10 Thread David Nolen
Hmm wasn't aware of that if true. Should definitely open up a ticket for that. On Thursday, May 10, 2012, David Powell wrote: > What browser are you using? I don't think browser-repl works in IE at the > moment. > > -- > Dave > > -- > You received this message because you are subscribed to the

Re: Clojurescript One getting started problem

2012-05-10 Thread David Powell
What browser are you using? I don't think browser-repl works in IE at the moment. -- Dave -- 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 -

Clojurescript One getting started problem

2012-05-09 Thread J Elaych
I'm trying to work through the Clojurescript One "Getting Started" wiki page example found here: https://github.com/brentonashworth/one/wiki/Getting-started, but after running "lein repl" and entering (go), I get the Clojurescript One pages fine, including the developm

getting started updates

2012-04-27 Thread nchurch
The Getting Started page hasn't been updated in a while; I've just added some material (particularly about Clojurescript and additional libraries like Seesaw and core.logic). Any suggestions? http://dev.clojure.org/display/doc/Getting+Started In particular, does anyone know of good

Re: Getting started with lein-cljsbuild

2012-04-19 Thread Chris Perkins
On Thursday, April 19, 2012 3:03:53 AM UTC-4, Evan Mezeske wrote: > > That's great news that you got it to work. I can't make any sense of the > stack trace you're seeing with "lein deps", though, unfortunately. > > Other than installation, does the plugin seem to work (e.g. "lein > cljsbuild on

Re: Getting started with lein-cljsbuild

2012-04-19 Thread Mark Engelberg
Unfortunately, "lein trampoline cljsbuild repl-rhino" (and all the trampoline tasks) generates the same error that I got when I tried to run lein deps. On Thu, Apr 19, 2012 at 12:18 AM, Mark Engelberg wrote: > Yes, I've only tested "lein cljsbuild once", but it worked just fine once > I figured

Re: Getting started with lein-cljsbuild

2012-04-19 Thread Mark Engelberg
Yes, I've only tested "lein cljsbuild once", but it worked just fine once I figured out the alternative way to get the plugin installed. On Thu, Apr 19, 2012 at 12:03 AM, Evan Mezeske wrote: > That's great news that you got it to work. I can't make any sense of the > stack trace you're seeing w

Re: Getting started with lein-cljsbuild

2012-04-19 Thread Evan Mezeske
That's great news that you got it to work. I can't make any sense of the stack trace you're seeing with "lein deps", though, unfortunately. Other than installation, does the plugin seem to work (e.g. "lein cljsbuild once", etc)? I haven't tested it under Windows myself, and people have had tr

Re: Getting started with lein-cljsbuild

2012-04-18 Thread Mark Engelberg
I was able to get the plugin working by typing the following at the command-line (rather than using lein deps): C:\temp\cljstest>lein plugin install lein-cljsbuild 0.1.8 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Getting started with lein-cljsbuild

2012-04-18 Thread Mark Engelberg
I'm getting ready for my first foray into Clojurescript. I managed to get all the tools installed under Windows, and can run the repl and compiler from the command line using the instructions found at: https://github.com/clojure/clojurescript/wiki/Quick-Start So far, so good. Next, I downloaded

Re: ClojureScript One - Getting Started with ClojureScript

2012-02-21 Thread Raju Bitter
2012/2/7 Tom Chappell : > This problem is caused by the underlying Java library that is used to > launch the browser, which, under linux, only launches the proper > default browser if gnome is installed. Install enough gnome and it > will start to work. > -Tom Thanks, Tom. That was the cause, and

Re: ClojureScript One - Getting Started with ClojureScript

2012-02-07 Thread Tom Chappell
This problem is caused by the underlying Java library that is used to launch the browser, which, under linux, only launches the proper default browser if gnome is installed. Install enough gnome and it will start to work. -Tom On Jan 25, 10:49 am, Raju Bitter wrote: > ClojureScriptOne is fantasti

Getting Started

2012-02-04 Thread JayR
Should the getting started instructions be something like: java -cp clojure-1.3.0.jar clojure.main Instead of: java -cp clojure.jar clojure.main -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Phil Hagelberg
Raju Bitter writes: > Thanks for your help. Should have looked into the Leiningen issues myself. Just a heads-up; this is fixed in the 1.x branch of Leiningen. I hope to have a stable release in a couple weeks. -Phil -- You received this message because you are subscribed to the Google Group

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
Thanks for your help. Should have looked into the Leiningen issues myself. - Raju -- 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 One - Getting Started with ClojureScript

2012-01-25 Thread Brenton
This is not an issue with One but with Leiningen. Others have run into the same problem: https://github.com/technomancy/leiningen/issues/375 https://github.com/dakrone/clojuredocs-client/issues/6 Another work-around is to make sure you have clojure-1.2.1 in your local maven repository. On Jan 2

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
I don't have a $CLASSPATH set, and no ~/.clojure folder, so there shouldn't be any conflicting Clojure JAR file on the classpath. - Raju -- 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 Not

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
> 3) Try to launch the repl, but that fails. Seems to be a classpath > issue, looks like Leiningen is not finding the Clojure JAR file. Any > idea what this might be? > raju@titan:~/test/one$ lein repl > Exception in thread "main" java.lang.RuntimeException: > java.lang.NoSuchMethodError: > clojure

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
Thanks for your response, Brenton. 2012/1/25 Brenton : > With the recent update, we no longer have a script/cljs-repl. > > You would now use: > > lein repl > (go) That works on OS X. On Ubuntu 11.04 - with a clean system (no Leiningen / Clojure installed), I do 1) Install Leiningen, lein works le

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Brenton
With the recent update, we no longer have a script/cljs-repl. You would now use: lein repl (go) to accomplish the same thing. In your case, you can use: lein repl (binding [*open-url-script* x] (go)) Brenton On Jan 25, 3:19 pm, Raju Bitter wrote: > clojure.java.browse/open-url-in-swin

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
clojure.java.browse/open-url-in-swing is called a fallback method, and then the ClojureScript app is not rendered correctly. http://bit.ly/yPagHl I'll see if I can create a workaround for that. - Raju -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
ClojureScript One is fantastic! Great work, thanks! I just have one question, am running it on Ubuntu Linux. How can I set the browser when I launch inferior/lisp script/cljs-repl? On Linux, a Java based browser window is opened, and the page is not rendered correctly? Thanks again, - Raju -- Y

Re: ClojureScript One - "No such namespace" error when following "Getting Started" instructions

2012-01-14 Thread utel
e into ClojureScript One initiative is > > very impressive! > > > Just one question. I've tried following the instructions on the > > page:https://github.com/brentonashworth/one/wiki/Getting-started > > > All goes well until the step where I e

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-13 Thread Dimitre Liotev
Brenton writes: > Today we are releasing ClojureScript One. A project to help you get > started writing single-page applications in ClojureScript. The "script/run" script does not work on cygwin. Here is a patch to fix it. -- Dimitre Liotev -- You received this message because you are subscr

Re: ClojureScript One - "No such namespace" error when following "Getting Started" instructions

2012-01-13 Thread Brenton
, utel wrote: > The amount of effort that's gone into ClojureScript One initiative is > very impressive! > > Just one question. I've tried following the instructions on the > page:https://github.com/brentonashworth/one/wiki/Getting-started > > All goes well unti

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-13 Thread Ott Värimäe
Thank you very much! This is earthshaking stuff. And me too hope to contribute soon :) -- 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 - ple

ClojureScript One - "No such namespace" error when following "Getting Started" instructions

2012-01-13 Thread utel
The amount of effort that's gone into ClojureScript One initiative is very impressive! Just one question. I've tried following the instructions on the page: https://github.com/brentonashworth/one/wiki/Getting-started All goes well until the step where I evaluate the expression (js/al

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
Apparently I had Jenkins listening on port 8080. I can now see the CLJS1 application. Will look at the jline problem later. Thanks Brenton. On Jan 12, 6:09 pm, abaitam wrote: > Hi, > I removed the reference to jline.ConsoleRunner and the exception > stopped but I get another error now: > > 2012-0

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
Hi, I removed the reference to jline.ConsoleRunner and the exception stopped but I get another error now: 2012-01-12 18:05:34.527:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 2012-01-12 18:05:34.528:INFO::jetty-6.1.25 2012-01-12 18:05:34.545:WARN::failed SocketConnector@0.0.0.0:8080: java

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
Thanks, but I did run script/deps and it successfully completed I have all the jars under lib. I cloned CLJS1 several times but always got the same error. What information do you need to help me solve the problem? On Jan 12, 4:50 pm, Brenton wrote: > It looks like you don't have Clojure. Did you

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Brenton
It looks like you don't have Clojure. Did you run script/deps? Do you have anything in the lib directory? Try running it again. Brenton On Jan 12, 4:28 pm, abaitam wrote: > I am dying to try this. However, the script/run script (on MAC) gives > me this error message: > > Exception in thread "ma

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
I am dying to try this. However, the script/run script (on MAC) gives me this error message: Exception in thread "main" java.lang.ClassNotFoundException: clojure.main at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Met

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Craig Andera
For anyone that wants to hear a bit more about Brenton's thinking around ClojureScript One, we just published a podcast interview with him on the Relevance blog. Have a listen if you feel so inclined! http://thinkrelevance.com/blog/2012/01/12/podcast-episode-003.html On Thu, Jan 12, 2012 at 2:35

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Brenton
We cannot share that information because it was a client project. It wasn't really a translation process. We simply attempted to solve the same problem with different tools. I do realize that seeing them side- by-side would be interesting but we just can't do it. Issue 22 is not related to this.

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread nchurch
Just wanted to add my thanks on this as well! It looks beautiful Nick. On Jan 12, 11:46 am, Daniel Jomphe wrote: > Will we be able to read the account of the experience of translating the > app from CoffeeScript to ClojureScript? > > And/or reading both code bases. > > Not sure if this acco

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Daniel Jomphe
Will we be able to read the account of the experience of translating the app from CoffeeScript to ClojureScript? And/or reading both code bases. Not sure if this account is covered by https://github.com/brentonashworth/one/issues/22 -- You received this message because you are subscribed to t

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread mmwaikar
Heart felt thanks to everyone who contributed to this. I hope to catch up with my lack of JS skills through ClojureScript :) Everything about ClojureScript is exciting stuff. Cheers, Manoj. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Laurent PETIT
Hi Brenton, 2012/1/11 Brenton > Today we are releasing ClojureScript One. A project to help you get > started writing single-page applications in ClojureScript. > > http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html > > http://clojurescriptone.com/ > > https://github.com/brento

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Devin Walters
This is really great. Not only is there great documentation, it's /beautiful/ 'taboo. Thanks to everyone who made this happen. On Wednesday, January 11, 2012 at 7:23 PM, Base wrote: > > All I can say is WOW! This is absolutely fantastic. > > Thank you and Congratulations to all who helped p

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Base
All I can say is WOW! This is absolutely fantastic. Thank you and Congratulations to all who helped put this together. It is so appreciated. Base On Jan 11, 1:27 pm, Brenton wrote: > Today we are releasing ClojureScript One. A project to help you get > started writing single-page applicatio

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Ryan Waters
On Wed, Jan 11, 2012 at 1:27 PM, Brenton wrote: > Today we are releasing ClojureScript One. A project to help you get > started writing single-page applications in ClojureScript. > Can we quote Rich as saying "This is Awesome"? This looks so thorough and well-executed - very exciting. Thank you

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Mark Rathwell
Thank you for this! It looks to be very cohesive and comprehensive, very nice work. On Wed, Jan 11, 2012 at 2:27 PM, Brenton wrote: > Today we are releasing ClojureScript One. A project to help you get > started writing single-page applications in ClojureScript. > > http://clojure.com/blog/2012/0

Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread David Nolen
On Wed, Jan 11, 2012 at 2:27 PM, Brenton wrote: > Today we are releasing ClojureScript One. A project to help you get > started writing single-page applications in ClojureScript. > > http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html > > http://clojurescriptone.com/ > > https://

[ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Brenton
Today we are releasing ClojureScript One. A project to help you get started writing single-page applications in ClojureScript. http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html http://clojurescriptone.com/ https://github.com/brentonashworth/one This project is the result of a

Re: new Getting Started page

2011-09-04 Thread Ken Wesson
On Sun, Sep 4, 2011 at 9:50 PM, Alan Malloy wrote: > Are we catering to the crowd who (1) wants to try Clojure, and (2) > doesn't have a text editor with copy/paste on their system? Well, in the original context a Unix commandline environment was being suggested as well, which means no global cli

Re: new Getting Started page

2011-09-04 Thread Alan Malloy
On Sep 4, 6:00 pm, Ken Wesson wrote: > On Sat, Sep 3, 2011 at 2:11 AM, Kevin Downey wrote: > > The idea that the way to get started is with a fancy editor and a > > fancy ide is just crazy. The way to get started with Clojure is: write > > functions, and run them, and be happy. None of that requi

Re: new Getting Started page

2011-09-04 Thread Ken Wesson
On Sat, Sep 3, 2011 at 2:11 AM, Kevin Downey wrote: > The idea that the way to get started is with a fancy editor and a > fancy ide is just crazy. The way to get started with Clojure is: write > functions, and run them, and be happy. None of that requires any of > the mandated complications that c

Re: new Getting Started page

2011-09-03 Thread Lee Spector
On Sep 3, 2011, at 5:29 PM, nchurch wrote: > > I've edited the page a little bit to make it less prescriptive towards > Clooj. > > http://dev.clojure.org/display/doc/Getting+Started+for+Beginners I like the revision too. > I'm not even > sure we should put u

Re: new Getting Started page

2011-09-03 Thread Sean Corfield
On Sat, Sep 3, 2011 at 11:58 AM, Colin Yates wrote: > Getting started should be the smallest set of steps possible; the REPL. http://try-clojure.org is probably the very simplest step. Nothing to download or install and it has a built in tutorial. And that is the very first step on Nic

Re: new Getting Started page

2011-09-03 Thread nchurch
in. I've edited the page a little bit to make it less prescriptive towards Clooj. http://dev.clojure.org/display/doc/Getting+Started+for+Beginners Note that if people are satisfied with java -cp etc., then they already got those instructions on the clojure.org page. I also put in a little l

Re: new Getting Started page

2011-09-03 Thread Lee Spector
ise development with this". The > best answer for the former isn't necessarily the best answer for the later. > > Getting started should be the smallest set of steps possible; the REPL. > There is no "beginner" solution involving an IDE because they are all f

Re: new Getting Started page

2011-09-03 Thread Laurent PETIT
n I try these samples/examples" > rather than "how do I do 'proper' enterprise development with this". The > best answer for the former isn't necessarily the best answer for the later. > > Getting started should be the smallest set of steps possible; the RE

Re: new Getting Started page

2011-09-03 Thread Colin Yates
"how do I do 'proper' enterprise development with this". The best answer for the former isn't necessarily the best answer for the later. Getting started should be the smallest set of steps possible; the REPL. There is no "beginner" solution involving an IDE be

Re: new Getting Started page

2011-09-03 Thread Laurent PETIT
Sean, I agree with you, of course 2011/9/3 Sean Corfield > On Fri, Sep 2, 2011 at 11:11 PM, Kevin Downey wrote: > > I spent a lot of time on a windows netbook writing solutions to euler > > project problems notepad++ and just pasting the functions into a repl > > running in a console. It worked

Re: new Getting Started page

2011-09-03 Thread Sean Corfield
On Fri, Sep 2, 2011 at 11:11 PM, Kevin Downey wrote: > I spent a lot of time on a windows netbook writing solutions to euler > project problems notepad++ and just pasting the functions into a repl > running in a console. It worked great. Yup, and that's just fine _for you_ but you are not the tar

Re: new Getting Started page

2011-09-03 Thread Ambrose Bonnaire-Sergeant
I think the closer we get to recommending the equivalent of DrRacket for Racket, the better. Clooj has that "lightweight" feel, like DrRacket. It's not intimidating, and the basics are laid out in front of you. I've never used a command line REPL for Clojure that didn't suck in some way. I'd want

Re: new Getting Started page

2011-09-02 Thread Kevin Downey
worked great. I think a great structure for the "Getting Started" page would be something like: 1. Starting a Basic repl - java -jar clojure.jar - maybe something about jline or rlwrap (it would be great if we could get something like jline into the default repl) 2. Fun stuff

  1   2   3   4   >