Do you program in any other language except for ruby?

And what are they? :slight_smile:

···

--
Posted via http://www.ruby-forum.com/.

Milan Dobrota wrote:

And what are they? :slight_smile:
  
Yes, C (and occasionally assembly for embedded CPUs).

Cheers,
Mohit.
7/20/2009 | 10:32 AM.

Milan Dobrota wrote:

And what are they? :slight_smile:

I sometimes need to poke around in PHP.

Some Java, but mainly as an adjunct to JRuby.

And some occasional Haskell, as I learn it.

···

--
James Britt

www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
www.neurogami.com - Smart application development

Right now, it's mostly Javascript, mostly as part of a web app.

But anyone who does "AJAX" really should include at least that. Javascript is
a serious language. Among other things, it has prototypal inheritance, which I
kind of miss in Ruby.

Also: Erlang is cool, but I never really get to use it. Besides, the syntax
makes me want to kill myself, after Ruby.

Other languages I've tried include:

- PHP (ugh)
- Perl
- Python (I actually like the indentation!)
- C/C++
- QBasic

Other languages I sort of dabbled in:

- Haskell
- Common Lisp

Probably some I'm forgetting. Ruby is about the only one I fell in love with,
so much that I absolutely hate it -- especially the threading model (actors
are better!) and the inability to use multiple CPUs without actually forking
off an OS process.

···

On Sunday 19 July 2009 09:06:55 pm Milan Dobrota wrote:

And what are they? :slight_smile:

Milan Dobrota wrote:

And what are they? :slight_smile:

25 years of C.
Lua.
Various DSLs.

···

--
Posted via http://www.ruby-forum.com/\.

Milan Dobrota wrote:

And what are they? :slight_smile:

C/Shell Scripting/occasionally JAVA

----- "Milan Dobrota" <elitecoding@gmail.com> wrote:

And what are they? :slight_smile:

Java mostly
Also some C, C++, PHP

···

--
Eric Tucker
Semperex, LLC

Milan Dobrota wrote:

Do you program in any other language except for ruby? And what are they? :slight_smile:

Ruby is my primary language, and the first one I ever learned in full,
but I have learnt quite a lot of other languages to some extent. I enjoy
learning them.

I really love Io (http://iolanguage.com/\) and Objective-C (primarily for
developing in Apple’s Cocoa framework for OS X and the iPhone OS), and
am fully fluent in them as well. I’m passable in C, since there’s often
times in Ruby or ObjC where dropping into C is necessary/prudent (moreso
in Ruby than ObjC, of course).

I’m passably familiar and attempting to become more familiar with
JavaScript, as it’s an absolutely amazing language (very
under–appreciated IMVHO), but I seem to have a lot of trouble really
coming to grips with it like I have with other languages.

Though it’s not a programming language, it’s worth mentioning that I
consider myself to have completely mastered regular expressions; I use
them for absolutely everything, and am considering writing my own engine
(an open–source C/ObjC one that supports variable–width look–behinds,
goddamnit! Why are there so few that do, it is hard, sure, but it’s damn
near the most useful feature any engine could have!)

A straight–up list of the other languages I know, but don’t really care
about that much beyond when they’ve provided use to me: Perl,
sh/bash/zsh, Java, Lua, AppleScript, MIPS and x86 flavours of Assembler,
TI–BASIC (what else was I supposed to do in high school math classes?)
and probably a bunch of others I’ve forgotten.

That’s my problem, really. I have a horrible memory, and very quickly
forget anything I learn and don’t use continuously.

As for languages I’m interested in learning when I have the time—Erlang,
Mythryl (http://mythryl.org/\), D, Haskell, Scala, Clojure/Common Lisp,
and so on. Anything that might give me a new perspective on programming.
Also, Python, to let me play with Django—I really miss web development,
but Rails is so horrible that it’s driven me leagues away and into
lower–level web–less stuff. I’m hoping Django will suck less.

···

--
Posted via http://www.ruby-forum.com/\.

Actively? Clojure and OCaml at home, Python at work.

martin

···

On Mon, Jul 20, 2009 at 7:36 AM, Milan Dobrota<elitecoding@gmail.com> wrote:

And what are they? :slight_smile:

And what are they? :slight_smile:

At work, I use Ruby and C++ and occasionally Objective C.

Previously I've done projects in Python, Java, Perl, C, Forth, and various
assembly languages.

(Recently I began to learn a little about Haskell, Scheme, and Erlang,
but I barely got started before becoming side-tracked by other
hobbies.)

Regards,

Bill

Hi,

···

Am Montag, 20. Jul 2009, 11:06:55 +0900 schrieb Milan Dobrota:

And what are they? :slight_smile:

C when I hack the Ruby interpreter and sometimes Vim-Script.

Particular problems afford particular languages.

Bertram

--
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de

I used to do a bit of c/c++, vb.net and perl and such, but now, it's
almost all ruby & shell script (usually bash).

I do still stick my head into Java C, javascript & PHP, mostly to see
how to use a library or help debug something, but almost never write
new code in it.

As a sysadmin most of what you write are short lived abuses of regular
expressions to find a problem, or long running simple scripts to solve
it.

--Kyle

Mostly Java...I write more Java than Ruby, but some weeks they're about equal.

Also hoping to eventually use Duby or Juby in day-to-day work, but
that would mean I have to get back to finishing them.

Played with Scala some. It's pretty nice, rich type system, all
that...but it's still rather more static than I like for quick-hit
programming. I'd like to bring Scala's performance to JRuby, possibly
by allowing type hints or somesuch. Or potentially learn from Scala to
make Duby a richer language.

- Charlie

···

On Sun, Jul 19, 2009 at 9:06 PM, Milan Dobrota<elitecoding@gmail.com> wrote:

And what are they? :slight_smile:

Besides Ruby, I do Perl as well, although whenever possible I go for
Python. Also worked with various unix shell scripts (bash, mostly) -
looking to (re)learn C as well as either Erlang or LISP. Scala is also
looking good, but I will have to poke around with java first. :expressionless:
Javascript is on the table as well, as I scale up on my Rails
knowledge.

···

On Sun, Jul 19, 2009 at 10:06 PM, Milan Dobrota<elitecoding@gmail.com> wrote:

And what are they? :slight_smile:
--
Posted via http://www.ruby-forum.com/\.

--
Rilindo Foster

Professionally, C, Java, and PHP. And PHP (and to a lesser extent
Java) is a pain compared to Ruby. Not having closures and higher-order
functions after understanding and getting used to the abstraction they
offer is like programming with one arm tied behind your back. In this
respect even Perl is better, and that's still an occasional language,
mostly for maintenance.

Other languages I use, mostly as a hobby:

- OCaml -- it's a neat language too, but I haven't tried using it in
non-hobby code yet
- Arc -- one of these days this might be the future, but it's much too young
- Limbo -- Inferno, despite the name, is a cool OS
- Erlang -- might be a language that will eventually become one of our
company's core languages in due time: it's got a lot of wonderful
things going for it

···

On Mon, Jul 20, 2009 at 10:06 AM, Milan Dobrota<elitecoding@gmail.com> wrote:

And what are they? :slight_smile:

--
普通じゃないのが当然なら答える私は何ができる?
普通でも普通じゃなくて感じるまま感じることだけをするよ!
http://stormwyrm.blogspot.com

python, ;erl, objective-c, java, and most recently erlang

···

On Jul 19, 2009, at 10:32 PM, Mohit Sindhwani wrote:

Milan Dobrota wrote:

And what are they? :slight_smile:

Yes, C (and occasionally assembly for embedded CPUs).

Cheers,
Mohit.
7/20/2009 | 10:32 AM.

python, PHP, C.
Also do a fair amount of bash scripting ( so sed, awk, etc... )

-Chris

···

On Sun, Jul 19, 2009 at 11:27 PM, James Britt <james.britt@gmail.com> wrote:

Milan Dobrota wrote:

And what are they? :slight_smile:

I sometimes need to poke around in PHP.

Some Java, but mainly as an adjunct to JRuby.

And some occasional Haskell, as I learn it.

--
James Britt

www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
www.neurogami.com - Smart application development

David Masover wrote:

···

On Sunday 19 July 2009 09:06:55 pm Milan Dobrota wrote:

And what are they? :slight_smile:

Right now, it's mostly Javascript, mostly as part of a web app.

Weird. I forgot all about JavaScript, but after Ruby that's almost certainly the language I find myself using the most.

Odd sort of mental blind spot on that.

James

--
James Britt

www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
www.neurogami.com - Smart application development

C/Perl/Awk/Unix Shell Scripting/VBScript

regards,
Vikas Sarin

···

-----Original Message-----
From: Reid Thompson [mailto:reid.thompson@ateb.com]
Sent: Tuesday, July 21, 2009 8:46 AM
To: ruby-talk ML
Subject: Re: Do you program in any other language except for ruby?

Milan Dobrota wrote:

And what are they? :slight_smile:

C/Shell Scripting/occasionally JAVA

The only Turing complete languages I use with any degree of regularity are:
Erlang, JavaScript, C

Does regex count? Do languages which generate pushdown automata count? How
about languages I created myself?

···

--
Tony Arcieri
medioh.com