Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Java Recommendations for a Perl developer

by Anonymous Monk
on Jun 24, 2020 at 15:49 UTC ( [id://11118441]=note: print w/replies, xml ) Need Help??


in reply to Java Recommendations for a Perl developer

One strategy which consistently helps me when faced with an unfamiliar language or dialect is ... GitHub. On that site you can very quickly find debugged(?) source code in almost any language. Find things which do things that you already know how to do in Perl, check them out and compare them. While the languages are not directly comparable – not at all, in this case – the tasks being performed by each, are. And this can give you a handle on the new language, as well as the different ways that different programmers do the same things.
  • Comment on Re: Java Recommendations for a Perl developer

Replies are listed 'Best First'.
Re^2: Java Recommendations for a Perl developer
by Anonymous Monk on Jun 24, 2020 at 15:50 UTC
    This also gives you an easy way to exercise the new SDK because here you have a program that is supposed to be error-free and which may also be accompanied by instructions as to how to build and run it. So, all you have to do is build and run it!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11118441]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-25 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found