Travis B. Hartwell

955
Reputation
139 views

Registered User

Name Travis B. Hartwell
Member for 1 year
Seen 18 hours ago
Website
Location Pleasant Grove, UT
Age 32
I'm a self-styled "software toolsmith". I love using, creating, and customizing all sorts of software tools to enrich my life and the lives of those around me.
Nov
4
comment If I work in Java but I don’t like the bloatyness of Spring and Maven-based projects what work should I try to get into?
For one thing, Pascal is incorrect in terminology. You can be both strong typed and dynamically typed. What Pascal meant, I believe, is statically typed -- meaning that the types of variables is known at compile time vs runtime for dynamic languages. I agree with Pascal, by the way. But I also agree with Dafydd. Java isn't representative of a good statically typed language because you also have to declaratively type everything and the type system is poor. If you are invested in the JVM, take a look at Scala. Otherwise, look at Haskell.
Oct
22
awarded  Necromancer
Oct
22
awarded  Nice Answer
Sep
17
awarded  Yearling
Aug
7
comment how do I make emacs auto-indent my C code?
Elisp is a lot more usable as a configuration mechanism than what most IDEs and editors provide. With things like M-x apropros and such, it's a lot easier to figure out how to configure things and get it to do what you want than trying to dig through tons of dialog boxes.
Jul
28
accepted Since every one is coding Lisp and Erlang now. Does that mean that we will see forth coders in 2010?
Jul
25
awarded  
Jul
17
answered How to display autocomplete choices in emacs?
Jul
11
comment Pomodoro technique & other ways to increase personal productivity? Any ideas?
"Getting Things Done" is by David Allen, not Scott. Just in case someone was trying to look for it.
Jul
11
answered Since every one is coding Lisp and Erlang now. Does that mean that we will see forth coders in 2010?
Jun
28
answered Is there any way to create a “project file” in emacs?