Re: New developments in beginner-friendly editing/repl environments?

2018-08-30 Thread 'Lee' via Clojure
I've got a super intuitive way to control parens: Type them! :-) On Thursday, August 30, 2018 at 7:59:45 AM UTC-4, tbc++ wrote: > > > I never understood how Python is so popular, where spacing is most > important. > > > Using tab and shift tab to control parens is really intuitive, because I >

Re: New developments in beginner-friendly editing/repl environments?

2018-08-29 Thread 'Lee' via Clojure
developer to provide an option? > > From my experience is that parinfer is weird for the first 5 mins. Then > it gets less confusing than trying to work out why the indentation is > wrong. In paren mode, it does allow adding and removing brackets also. > > Phil > > "

Re: New developments in beginner-friendly editing/repl environments?

2018-08-28 Thread 'Lee' via Clojure
the proto-repl > readme yet. That said, it seems CLI tools are not available on Windows yet: > https://clojure.org/guides/getting_started#_installation_on_windows > > > > Aria Media Sagl > +41 (0)76 303 4477 cell > skype: ariamedia > > On Tue, Aug 28, 2018 at 12:03 AM, 'Lee

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread 'Lee' via Clojure
ing. I’ve found proto-repl to be reliable. > If I recall correctly, the project you are using proto-repl with has to be > the topmost. I will check this for you. > > Aria Media Sagl > > On 27 Aug 2018, at 22:51, 'Lee' via Clojure > wrote: > > > Aha -- atom-

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread 'Lee' via Clojure
> margin, removing all indentation. Then when I run Atom Beautify on the > file, all indentation is restored. > > > > Aria Media Sagl > +41 (0)76 303 4477 cell > skype: ariamedia > > On Mon, Aug 27, 2018 at 9:18 PM, 'Lee' via Clojure < > clo...@go

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
er disabled, I can select and shift-tab all code to the left > margin, removing all indentation. Then when I run Atom Beautify on the > file, all indentation is restored. > > > > Aria Media Sagl > +41 (0)76 303 4477 cell > skype: ariamedia > > On Mon, Au

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
27;m not sure how problematic these issues would be. On Monday, August 27, 2018 at 3:01:37 PM UTC-4, ri...@chartbeat.com wrote: > > It’s under one of the code or refactor menus, you can auto-format or > auto-indent. > > On Aug 27, 2018, at 11:30 AM, 'Lee' via Clojure &g

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
Thanks Didier -- I have checked that out and it's cool! But what I'm looking for has to be able to handle ordinary projects, with files and dependencies, etc. -Lee On Monday, August 27, 2018 at 2:44:36 PM UTC-4, Didier wrote: > > Have you tried maria.cloud? Its only ClojureScript, but in the

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
.com/url?q=https%3A%2F%2Fatom.io%2Fpackages%2Fclojure-indent&sa=D&sntz=1&usg=AFQjCNHEKoo1YZpGSxfwazXg2Vp51aIYaQ> > > ? > > > > Aria Media Sagl > +41 (0)76 303 4477 cell > skype: ariamedia > > On Mon, Aug 27, 2018 at 5:30 PM, 'Lee' via Clojur

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
Maybe a good new approach would be to combine working with CLI and some minimal or existing editor that just supports bracket-matching and re-indentation? I'm led to this from listening to David Nolen's "Embracing Simpler Tools" (https://www.youtube.com/watch?v=F0Lv53lop2g), although I'm takin

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
tool that supports dozens of languages isn't going to do any > of them particularly easily :) > > > > On Mon, Aug 27, 2018 at 11:18 AM 'Lee' via Clojure < > clo...@googlegroups.com > wrote: > >> Thanks Rick. >> >> Just tried Cursive ag

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
Thanks Rick. Just tried Cursive again but it still seems to fail pretty badly on newbie setup and usability, which is what has hung me up in the past. tldr: A half hour or so after a fresh install and going through the Getting Started instructions I still don't have a REPL (confused about Run

Re: New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
Thanks Alex. I've tried Atom periodically and just updated/reinitialized to try again. Unfortunately, I don't see syntax-aware re-indentation, which may be what has always prevented me from using this in the past. Am I just missing it? VSCode is a new one for me, and I've just tried it. Not gr

New developments in beginner-friendly editing/repl environments?

2018-08-27 Thread &#x27;Lee&#x27; via Clojure
This is my roughly-annual check-in to see if there are new good editing/execution options for me to use in my Clojure teaching and coding. My requirements are: - Simple installation/setup, even for new programmers, on Mac/Win/Linux - Usable by new programmers without significant training or lea

Re: [ANN] Modified Gorilla REPL (0.4.0)

2016-10-27 Thread &#x27;Lee&#x27; via Clojure
Awesome. FYI shift-tab to auto-reindent a selection (present in the original Gorilla REPL as well, but an essential feature IMHO that's otherwise undocumented). Some more verbose instructions for using this for newbies are at: http://faculty.hampshire.edu/lspector/Secrets-of-Gorilla-REPL.pdf

Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread &#x27;Lee&#x27; via Clojure
Dragan, I would personally be interested in anything you might show about using GPUs to speed up up genetic programming in Clojure. A fair bit has been done using GPUs for GP (some can be found by searching for GPU here

Re: more minimal clojurescript intro/app

2016-06-11 Thread &#x27;Lee&#x27; via Clojure
/06/07/klipse-plugin-tuto.html. This > looks like it might be very useful for you. > > Cheers, > Colin > > On 12 June 2016 at 11:03, 'Lee' via Clojure > wrote: > >> >> Just an update on this and thanks: >> >> Several people provided helpful

Re: more minimal clojurescript intro/app

2016-06-11 Thread &#x27;Lee&#x27; via Clojure
Just an update on this and thanks: Several people provided helpful pointers, leading me on interesting paths and teaching me about cool things like hoplon. The thing that most easily and fully solved my problem was: https://github.com/fasiha/re-simple-term. Ahmed Fasih (fasiha) was super hel

Re: Making my own functions visible to the clojurescript.io REPL

2016-05-31 Thread &#x27;Lee&#x27; via Clojure
Thanks Andrea. I think I wasn't clear. I'm already hosting it on my own server. But I'm starting with a copy of the cljs-repl-web-devel project and I don't know where to put my code to make it callable in the REPL. I'll take it to slack, as you suggest. Thanks, -Lee On Tuesday, May 31, 2016

Making my own functions visible to the clojurescript.io REPL

2016-05-31 Thread &#x27;Lee&#x27; via Clojure
I'm trying to hack a copy of the http://clojurescript.io REPL so that I can use it to allow people to run some of my code in a REPL in a web page. But I can't figure out where to put my functions in the cljs-repl-web-devel project so that the user can call them in the REPL. The REPL is in the

Re: more minimal clojurescript intro/app

2016-04-12 Thread &#x27;Lee&#x27; via Clojure
Thanks again to Alan, Pedro, and Colin for the input on this. I found the modern-cljs tutorial most helpful, and was able to put the compiled Hello World example on a server and then run it from my browser. Victory! It seems like I am very close to doing what I want, which is to put an existin