Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
7answers
2k views

Is PowerShell worth learning?

I played around with PowerShell yesterday, and it seemed pretty nice ( the GUI at least ). Is it worth getting to know the language? I'm pretty proficient in Ruby/Python/Perl/Groovy when it comes to ...
14
votes
20answers
2k views

Which programming language requires the most different mindset from C++?

I'm looking for a useful language that is turing complete. Being predominantly a C++ programmer, I'd like a language that forces me to learn from scratch to wrap my head around it. What I hope to get ...
12
votes
12answers
452 views

How much leeway do I have to leave myself to learn a new language?

I'm a relatively new hire, and I'm starting on a small, fairly simple project. The language that this project will be implemented in is still to be determined. The question basically boils down to - ...
11
votes
4answers
386 views

What are the disadvantages of targeting the JVM instead of x86?

I'm developing a new language. My initial target was to compile to native x86 for the Windows platform, but now I am in doubt. I've seen some new languages target the JVM (most notable Scala and ...
9
votes
11answers
1k views

What task can I automate in Python that's fun, simple, and useful?

I'm trying to learn Python. I'm going to eventually be using it at work, but I don't have an active project in it as of now. I've been reading through some documentation and would like to learn some ...
8
votes
5answers
245 views

HTML 5, what should I tell my clients?

More of my clients lately are asking me about HTML 5 and I'm trying to get a sense of what to tell them. How long until all the major browsers have standard support for it? How long until I leave HTML ...
8
votes
7answers
643 views

Learning new programming language, useful projects?

So I have to learn python for an upcoming project at work. I know plenty of languages so I'm not too worried, but the project hasn't started yet so I can't learn python as I work on the project. ...
7
votes
1answer
422 views

Experience with Cobra programming language for .NET

Does anyone have experience using Cobra for .NET? Are there any "essential" features it lacks? What is the current state of tool support? Overall assessments of the language/implementation? EDIT: I ...
7
votes
21answers
2k views

Learning New Language between Ruby & F#

After finish reading "The Pragmatic Programmer", I have come to a conclusion that it's time for me to learn some new language other than C#/VB.NET every year. I have come down to 2 languages that I ...
6
votes
9answers
496 views

Personal Project - Next practical language/tech to learn

I'm working on a personal project doing some finance analysis. It's a totally new field for me, and I'm really having fun with it so far, plus working in the high-level language arena is a great break ...
5
votes
15answers
396 views

The First App You Write in a New Language

What is the first non-trivial app you'd write in a language you're learning or that you've just learned? I'm currently trying to teach myself C#, and I'd like to write a non-trivial application to ...
4
votes
2answers
172 views

What is Scriptol?

While searching I came across this. It looks interesting but I have absolutely no idea of what it's for. I like it because you can compile to php, a language I don't enjoy a lot that's really useful. ...
4
votes
9answers
320 views

Coming up to speed on the programming environment

I'm not a full-time software guy. In fact, in the last ten years, 90 % of my work was either on the hardware or doing low-level (embedded) code. But the other 10% involves writing shell scripts for ...
3
votes
3answers
160 views

IDE framework for a dynamic language?

Let's say I have a super-wonderful new programming language, and I want there to be an IDE for it. What IDE platform/framework could I use to get this done efficiently? I mean things like: ...
3
votes
5answers
185 views

Making my own CSS [closed]

Don't worry, I'm not breaking the web :P I'm annoyed by some stuff in CSS, and I'm going to fix it. It'll be syntactic sugar only, my language will be server-side compiled to regular CSS, so there's ...
3
votes
0answers
512 views

Has anyone tried Mythryl? [closed]

I read about Mythryl this morning and it seems a very interesting language. Has anyone built something with it? What do you think about it?
2
votes
3answers
80 views

It's Possible To Develop For Which Platforms With Sing#

Recently I was reading about Singularity and one of development languages of it was Sing#, then I want to know, in which platforms I can develop for with Sing#
2
votes
12answers
351 views

New language for a jr programmer new to the industry?

As a programmer new to the software engineering industry, I'm trying to decide a new language to learn. I currently use Ruby/Javascript/HTML/CSS/SQL at the workplace, but would like to try a compiled ...
2
votes
8answers
414 views

Is it worth learning Java libraries if I'm not going to actually use Java?

So I've been programming in PHP and Python (and recently Ruby), and I was just wondering: should I just Java-based languages (or the Java implementations of languages) from now on, to take advantage ...
2
votes
9answers
512 views

Bringing new programming paradigms into the workplace

I'm currently learning Haskell, largely for my own entertainment. It seems like some of the programs I develop at work could benefit from being written in a FP language. However, I'm very aware that ...
1
vote
3answers
134 views

How do you learn deeply about newer technologies that don't have a well-established book?

Recently I've wanted to learn about Solr, the web front-end for Lucene. I went so far as to purchase the only existing book solely about Lucene (Lucene in Action, by Manning Press) but it barely had ...
0
votes
0answers
69 views

Basic features for a basic language? DSL suggestions?

I've finally begun to understand the complexity behind creating an interpreter and a compiler. I've built several versions of TinyBasic, 1964 (Dartmouth) Basic, and my own expansions on those ...
0
votes
3answers
1k views

What application you recommend to start peeking to learn Python style?

Do you know any application, the more interesting/useful the better, to introduce a new person to Python language and the Python code style, but not necessarily to OO programing, so as to learn the ...