Arc Forumnew | comments | leaders | submit | ncommentslogin
91.
3 points by Styx 3710 days ago | link | parent | on: Lisp Beginner

Well, I was thinking about building a chess engine in it at some point. But then, I intended to read a few books between now and then.
92.
1 point by Styx 3710 days ago | link | parent | on: Lisp Beginner

Ah, well, I skimmed it yesterday. Which I guess skimming is the last thing to do when it comes to a document of that sort ^.^

Essentially, I want to learn Lisp because the colloquial "they" recommend it to gain a better understanding of programming in general.

I want to learn Arc because it seems to take the lisp philosophy to heart the most out of the lisps.

And generally, I'm the type of person that can withstand some amount of "jumping into the deep end." Although, I may be in a bit too deep this time. Heh.

I'll probably continue to lurk around here until I've got a bit more experience under my belt, and thoughts to contribute.

93.
2 points by Styx 3710 days ago | link | parent | on: Lisp Beginner

Mostly pg's essays. I'm actually fairly new to programming in general, though I have a ton of interest.

I'm coming from a Ruby background and I was just admitted to a coding bootcamp, for reference.

94.
2 points by Styx 3710 days ago | link | parent | on: Lisp Beginner

Yeah I figured that would be the deal getting into it, but I'm still willing to learn it. I think the whole philosophy is really neat.

I think what I'm going to try to do is continue to play around with Arc, while also learning on something a bit more established. Maybe Scheme or Clojure.

Thanks for the advice.

95.
2 points by GenArx 3747 days ago | link | parent | on: NEWBIE:: new to Lisp, new to Arc.

all the steps above work out just fine.. thank you for the hand Sir. Now , how may i compile sample programs or test if its running ? ^^

I have also uploaded a screenshot of the process at facebook.com/EPSpost for newbie reference, too.

96.
2 points by GenArx 3747 days ago | link | parent | on: NEWBIE:: new to Lisp, new to Arc.

:) i just gor back here. now trying your steps above Sir. Thank you. As far as i'm concerned i'm also sharing my resources to everyone, Arc deserves a major attention now.
97.
2 points by GenArx 3747 days ago | link | parent | on: NEWBIE:: new to Lisp, new to Arc.

for any newbie here like me who never had the experience of linux but Windows... my adventure so far is summarized here. All contents are taken from the forum and all over the places i've been around the web.

A complete and downloadable tutorials on Arc language available at facebook.com/groups/epspost/ > contains installation files and tutorials with a step-by-step instructions for setup and installation for Windows users. Complete downloading 4 Part Files and then use 7zip to extract and combine them in one single folder called "Arc Learning Compilation from EPSpost"

> these Arc adventures includes arc3.1 / racket // mzscheme

98.
1 point by kinnard 3770 days ago | link | parent | on: ASK: is arc used in production?

That is helpful. Thanks.
99.
2 points by kinnard 3770 days ago | link | parent | on: ASK: Is arc better than clojure?

Arc seems cool.

The idea of axiomatizing programming is very appealing to me.

But it's not clear to me what improvements arc makes over lisp. And it seems close to dead.

I'd like to invest the time in learning. But realistically it seems infeasible given my timeline and paucity of resources/size of the community.

100.
1 point by kinnard 3770 days ago | link | parent | on: ASK: Is arc better than clojure?

I wonder why PG decided to go hands off.
101.

http://www.paulgraham.com/hundred.html
102.

Does PG describe anywhere what features he thinks will make arc the "hundred-year language"?
103.
1 point by kinnard 3770 days ago | link | parent | on: ASK: Is arc better than clojure?

I'm a starving hacker. I want my app to work and lots of people to use/love it and to get into YC so I can eat . . .
104.
1 point by kinnard 3770 days ago | link | parent | on: ASK: Is arc better than clojure?

Does arc's community want it to be more popular?
105.
2 points by kinnard 3771 days ago | link | parent | on: ASK: Is arc better than clojure?

• What do you mean when you say more mature?

• Who composes the minority that want those features?

• Why do people like unhygienic macros?

• What are some other reasons people prefer arc?

I'm completely new to Lisp, started exploring arc first but wondering if it's smart to actually build something using it.

106.
1 point by kinnard 3771 days ago | link | parent | on: ASK: Is the arc forum open source?

The arc community seems to be a bit stagnant. Why not open source the forum development there can be active and serve as a watering hole of sorts.
107.
2 points by bugger 3852 days ago | link | parent | on: Anarki: tagged templates aren't hashes

This should work. I see temstore now. Is there a parallel version of https://arclanguage.github.io/ref/template.html ?

Thanks!

108.
2 points by highCs 3866 days ago | link | parent | on: _list: bad syntax after require ffi/unsafe

Cool. I think you are right. Thanks.
109.

Oh you didn't. Absolutely not. I was thinking loudly here (I'm always trying to improve), nothing wrong with your answer. Thanks again for your help :)
110.
2 points by highCs 3867 days ago | link | parent | on: _list: bad syntax after require ffi/unsafe

It works. Thank you very much. I should have found the solution by myself. I'll try to do better next time.
111.
4 points by highCs 3871 days ago | link | parent | on: Bin from arc

Yup it's with top-of-tree Anarki on github using racket downloaded this weekend (70Mb install) under windows 8. Oh by the way, arc/anarki doesnt seems to run with "Racket minimal" (5Mb install).

I've used both mzc (from racket) and raco.exe, same error message. (I've tried to run create-embedding-executable from repl without success because I've not figured out how to call that correctly.)

Racket/Arc think the symbol is not bound - the symbol being the first symbol in arc.arc coming from scheme (xref disp). It's yet-another error due to namespace+eval I think.

I think it almost works. It creates an exe and calls everything. There is just that namespace thing to fix - hopefully nothing bad gonna happen after that. I've not figured out how to solve this though. Tried many combinations of current-namespace-pass-to-eval...

112.
2 points by philophil 3931 days ago | link | parent | on: Arc News deployement

Found this document in french about it http://bzg.fr/forum-a-la-hacker-news-en-francais.html
113.
1 point by dagfroberg 3962 days ago | link | parent | on: Why parents?

... or you want it the other way? Then the next step is easy to put back parenthesis.. parse it and write parenthesis back around each construct. Put it then in Lisp interpreter. Will it run after such a prettyprinter juggling?
114.
2 points by dagfroberg 3962 days ago | link | parent | on: Why parents?

... oh, why did I mentioned Shunting Yard that's the most "unlispy"? Well it ensures the code translates to "Lisp without parenthesis"! Write with '(' and ')' if you want, it will remove it in the prettyprint intermediate code anyway. And you even write mathematical expressions in a usual way and the outcome will be prefixed! Your problems are solved..
115.

yep
116.
1 point by Jetlee 4145 days ago | link | parent | on: About a example in arc-handbook!!!

I hope you can help me. Thank you.
117.
1 point by Jetlee 4145 days ago | link | parent | on: About a example in arc-handbook!!!

I'm a student. Recently, I learning Altarica for analysis a model(system). But I don't kown how to do when I encounter some problems, like I mentioned above. Now, I try a case 'Design of a lift', when I analysis it's safety, it's report a error.
118.
1 point by Jetlee 4145 days ago | link | parent | on: About a example in arc-handbook!!!

what do you mean? I encounter a problem in using Arc.
119.
1 point by Jetlee 4145 days ago | link | parent | on: About a example in arc-handbook!!!

what should I do?
120.
2 points by jackcouch 4159 days ago | link | parent | on: Interested in being an Arc tutor?

Sounds great. My email is jack8couch@gmail.com. Send me your contact info. Really looking forward to it.
More