Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #38822
| From | Martin Gregorie <martin@mydomain.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: basic learning path |
| Date | 2019-03-18 12:58 +0000 |
| Organization | albasani.net |
| Message-ID | <q6o4kp$nq3$1@news.albasani.net> (permalink) |
| References | <eabl8et91gat9698ff6d9hjfj8i6b41lem@4ax.com> <q6ed4b$2hq$1@dont-email.me> <q6ivuj$h2f$1@dont-email.me> <3e87c40e-00e8-47d4-82a6-39680bcbac49@googlegroups.com> |
On Mon, 18 Mar 2019 05:03:10 -0700, Eric Douglas wrote: > It might help to learn coding without any IDE until you're actually > familiar with the basic classes and can get code to compile without the > assistance, even though the Oracle basic training path takes you into > NetBeans. > Still, I finished college in 1996 so Java wasn't a thing, but I have > seen a beginner say they use BlueJ. https://www.bluej.org/ > Same here - except that even COBOL was barely a thing then - just various assemblers, FORTRAN and Algol 60. Learning C showed me a good first step to learning almost any programming language: the idea of writing a tiny program that outputs "Hello World" somewhere that the coder can see. Doing this not only lets you write something simple, but also teaches you the basics of using its compiler and/or runtime system. -- Martin | martin at Gregorie | gregorie dot org
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
basic learning path dale <dale@dalekelly.org> - 2019-03-14 15:46 -0400
Re: basic learning path Eric Sosman <esosman@comcast-dot-net.invalid> - 2019-03-14 16:21 -0400
Re: basic learning path Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2019-03-16 15:07 +0100
Re: basic learning path Eric Douglas <e.d.programmer@gmail.com> - 2019-03-18 05:03 -0700
Re: basic learning path Martin Gregorie <martin@mydomain.invalid> - 2019-03-18 12:58 +0000
Re: basic learning path Graeme Geldenhuys <graemeg@example.net> - 2019-03-29 18:02 +0000
Re: basic learning path Arne Vajhøj <arne@vajhoej.dk> - 2019-03-14 19:38 -0400
Re: basic learning path Eric Douglas <e.d.programmer@gmail.com> - 2019-03-15 05:10 -0700
csiph-web