Re: Learning to compile

2018-01-24 Thread Andrew McRobb
P.S If anything I would recommend learning networking... If I was going to say do something practical, assuming your networking knowledge is somewhat limited. 1. Learn to write and run a simple HTTP server. 2. Install it on a AWS server or get a Digital Ocean droplet. 3. Learn to create firewall

Re: Learning to compile

2018-01-24 Thread David Schwartz
What’s your top priority? Learning how to write compilers? Or learning something that will lead to gainful employment, growth, and income? There’s very little call for people who write compilers today. As an academic exercise, that’s fine. Just don’t expect it to lead to employment any time

Re: Learning to compile

2018-01-24 Thread Andrew McRobb
I may not be the best one to talk, but writing a compiler in something like Java/Haskell sounds like it would be incredibility slow if you wanted to get some real world usage out of it. If you already know some Java, why not take a dive into a real lower level language like C/C++ already? -- C/C++

Re: Learning to compile

2018-01-24 Thread Eric Cope
ous aspects of ‘language translation’. I’ll >> try to remember to look for them tonight. Don’t remember if they were any >> good, though. >> >> >> >> *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On >> Behalf Of *trent shipley &

Re: Learning to compile

2018-01-24 Thread Stephen Partington
t; good, though. > > > > *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On > Behalf Of *trent shipley > *Sent:* Tuesday, January 23, 2018 6:39 PM > *To:* Main PLUG discussion list > *Subject:* Learning to compile > > … > > > > I have no

RE: Learning to compile

2018-01-24 Thread Carruth, Rusty
any good, though. From: PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] On Behalf Of trent shipley Sent: Tuesday, January 23, 2018 6:39 PM To: Main PLUG discussion list Subject: Learning to compile … I have no money for school, (and whether school produces better coders or not, I

Re: Learning to compile

2018-01-23 Thread Daniel Stasinski
On Tue, Jan 23, 2018 at 6:39 PM, trent shipley wrote: > Is it possible to teach yourself to write compilers in an imperative > language? If so how? > Having learned to write compilers with imperative languages, how do you > convert to writing compilers in functional

Learning to compile

2018-01-23 Thread trent shipley
Since my other thread degenerated into a "school bad, school good" flame war, I thought I would try again. I have little academic OR practical background with programming. I want to write a couple of compilers. The compilers are for functional languages. I would PREFER to write the compilers