Arc Forumnew | comments | leaders | submit | projectileboy's commentslogin
1 point by projectileboy 6162 days ago | link | parent | on: Arc, Plan 9, and UTF-8

I agree. Of course, there are still some ASCII-based little helper functions, but I recall seeing PG post something in Icelandic characters in this forum after the UTF-8 thing was addressed.

-----


I agree with your comments, and those above, and I actually think it's a huge strength of this project and why I remain interested. I think way, way too much stuff in the software community is focused on DO LOTS OF STUFF RIGHT AWAY GET IT DONE YESTERDAY WAAAAHHHHHHHH FASTER FASTER FASTER!!! That may be the right way to start a company, but it's a really crappy way to build a "one-hundred year language".

I like the fact that this project is moving slowly, and that the community (from newbies like me to pros like Tilton) has time to try things and reflect, and not in internet time.

I'm 36. I've already learned and thrown away about 3 different major development ecosystems in my career. I accept that I'll continue to do that in order to pay my mortgage, but in my own time, when I'm actually programming for fun, I want to hitch my wagon to something that will actually have some lasting value. And Arc (or at least something very similar) is the best-looking option to me at the moment.

-----

1 point by schtog 6263 days ago | link

True, most language-developers don't have the luxury of skipping backwards compatability.

Obviously this complicates things for library-developers but Arc will be very interesting when it is done.

Even if it might not be something new it will hopefully together with the Arc-community things what´s is wrong with all current LISPs.

-----

2 points by projectileboy 6311 days ago | link | parent | on: IDEA: Loading remote files

I think this is an awesome idea, but you should also read this before you dive into an implementation: http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Comput...

-----

3 points by projectileboy 6317 days ago | link | parent | on: Idioms for programming in Arc

I wouldn't be so discouraged. For my part, I'm simply in a mode where I'm working on stuff, and maybe (hopefully?) this is the case for other people as well.

FWIW, I'm trying to get a more robust version of the IntelliJ Arc plugin out the door, and I'm also working a very primitive project management tool in Arc.

-----


I can't remember who suggested it, but I still like "arcwelder". And I'll be there.

-----

3 points by projectileboy 6356 days ago | link | parent | on: Yet another attempt at an Arc logo

Thanks for the kind words, although I also agree with the critique from eds. I do think that there's a core of a graphic design idea that's OK; someone with better artistic chops could probably improve on it. In my defense, I'll say that it scales down very nicely to a 16 x 16 icon, which is what I cared about most.

Actually, given Mr. Graham's artistic abilities, I'm surprised he hasn't thrown something out himself, just for fun.

-----

4 points by projectileboy 6359 days ago | link | parent | on: Yet another attempt at an Arc logo

I was going for a combination of arches, the letter A, and a lambda. Please excuse the black corners; the app is hosted at Google Apps, which seems to have munged the transparent color when I imported.

-----

3 points by Darmani 6358 days ago | link

I really like this logo. It is minimalist, elegant, and abstract, like Arc.

-----

2 points by absz 6358 days ago | link

I don't really see the lambda, but I like the rest. Very dynamic and energetic, and it doesn't feel "forced" into a concept the way some of the other logos have.

-----

1 point by projectileboy 6364 days ago | link | parent | on: IntelliJ plugin for Arc

FYI - it's not working on Windows. I'll have it fixed later today.

-----

2 points by projectileboy 6363 days ago | link

Done. The REPL has been tested with MzScheme 360 and arc2 on Windows.

-----

7 points by projectileboy 6372 days ago | link | parent | on: hosting for arc web app

Slicehost worked just fine for me, running Ubuntu 7 and MzScheme 360.

-----

1 point by projectileboy 6374 days ago | link | parent | on: Issues Regarding Lisp Adoption

I don't think IDEs are really a big issue. Having said that, I'm just about done with a first cut at a plugin for IntelliJ (my REPL is being flaky). I understand that Eclipse is much, much more popular, but I like IntelliJ much, much better. Plus, I suspect the intersection of Java developers interested in Arc and Java developers who use IntelliJ will be slightly higher.

-----

3 points by Tamerlin 6372 days ago | link

A good IDE makes programming easier, but I don't think that Eclipse fits the bill in that regard. I personally prefer NetBeans for a lot of reasons (IntelliJ is much better, and the most recent versions of Visual C#/etc are getting there). I'm not talking about wizards here; there are some things that I like using wizards for, mainly things that are just tedious like creating web service clients for a provided WSDL, I'm talking about useful things like organizing and navigating source code.

A good IDE helps you with large projects, especially with multiple developers, and a bad IDE is just a glorified editor with a lot of extra clutter. Eclipse is that with a lot of extra bugginess, IMO. Given all of the assinine bugs I've found in it, I'm frankly amazed that anyone uses it, let alone uses it as a platform for their own tools (Flex?).

I'm just getting into Lisp again after being introduced to it in college before learning how to program, and I'm liking it quite a bit. I'm using JEdit and DrScheme for the most part, and it's working pretty well so far. But I'd rather use IntelliJ or Visual C# or SharpDevelop, because I'm lazy and don't want to waste time with stuff that isn't actually programming.

I think one reason that Rails has done so well is that the vast majority of the people who use it don't write much code. Most of the code that they "write" is stuff they got from someone else via one of the forums. It's stunningly easy to build a reasonable though generic-looking site in Rails without writing much code, which makes it great for newbies.

For large projects, in my experience Rails falls flat on its face. When I ditched that company, our developers were spending about as much time running unit tests as they were writing code. That ended up being about as agile as a beached trimaster with torn sails. (Rails didn't force us into that approach, nepotism did. A collection of small Rails apps would have worked pretty well.)

-----

More