Page 1 of 1

What are your favorite programing languages and or tools ?

Posted: Tue Jun 26, 2012 2:26 pm
by Primoz128
Well im bit curious :).

MYSELF: Game Maker's GML, Pure Basic and Ruby( cannot find a god damn documentation... )... what does that tell about me ?

Re: What are your favorite programing languages and or tools

Posted: Tue Jun 26, 2012 8:14 pm
by fsw
@admin
Please move this topic into the OFF TOPIC section.
And after that you can delete THIS (MY) post.
(served his purpose...)
Thanks

Re: What are your favorite programing languages and or tools

Posted: Wed Jun 27, 2012 11:13 am
by xorc1zt
i mainly use cross platfrom tools:

netbeans (sad dat they dropped the python module)
sublime text (v2 just got released)
aptana studio (eclipse fork)

Re: What are your favorite programing languages and or tools

Posted: Wed Jun 27, 2012 12:40 pm
by Rings
fsw wrote:@admin
Please move this topic into the OFF TOPIC section.
And after that you can delete THIS (MY) post.
(served his purpose...)
Thanks
use the exclamation mark to mark this topic as in the wrong section,
easier for me then delete something here manually.
thx

Re: What are your favorite programing languages and or tools

Posted: Wed Jun 27, 2012 3:40 pm
by Zach
I don't really have a favorite I guess... but I'm not very experienced in programming either..

I really liked Python except for the fact its not compiled (not without jumping through a dozen hoops).
I really like PB but it has been challenging to learn, but I don't mind that.

I'm thinking I need to finally get out these C++ books I have sitting around so I can have a better chance of maybe writing my own wrappers for cool tools I'd like to use from PB.
I don't know if I will ever grow to like it though

Re: What are your favorite programing languages and or tools

Posted: Wed Jun 27, 2012 4:42 pm
by Foz
I do like vb.net - and I use it a lot (every day at work)

I agree with the Python comment - if it could be compiled easily, it would probably be my favourite coding tool. As it is not, I barely touch it.

That said, all my personal stuff is now coded in PB. There is something more... satisfying about writing a PB program, and sending it on without worrying if they have XXX installed.

C++/C, well, I am more and more tempted by it every day. But I dislike the syntax. Maybe I should write an OOP Basic converter to C++ that can use all the C++ libraries...
But I'd probably write it in PB, get frustrated with C++ syntax and give up on it...

As for tools:
Notepad++
KDiff3 (probably the best windows Diff tool)
Dropbox (backup & versioning automatically done)

Re: What are your favorite programing languages and or tools

Posted: Wed Jun 27, 2012 8:34 pm
by Primoz128
fsw wrote:@admin
Please move this topic into the OFF TOPIC section.
And after that you can delete THIS (MY) post.
(served his purpose...)
Thanks
Theres a off topic section ??? Really ? Oh... it is... xD.

Re: What are your favorite programing languages and or tools

Posted: Wed Jun 27, 2012 8:48 pm
by Primoz128
Ups wrong topic...

Re: What are your favorite programing languages and or tools

Posted: Thu Jun 28, 2012 7:40 am
by bembulak
PureBasic

SciTE Text Editor
Python + wxPython, wxGlade for GUIs and usuals suspects: Tortoise SVN, ...

Lazarus (Delphi-Like IDE, ObjectPascal as programming language)

For those who also like Python:
there's Boo for the .NET and Mono Frameworks, which looks and feels like Python, but statically typed & compiled to IL-Code.
Also, there's Genie for Linxu and the GObject system. It also works on W32, but is Linux/Unix centric. Also feels like Python but statically typed and compiled as well.

Re: What are your favorite programing languages and or tools

Posted: Thu Jun 28, 2012 8:38 am
by Primoz128
bembulak wrote:PureBasic

SciTE Text Editor
Python + wxPython, wxGlade for GUIs and usuals suspects: Tortoise SVN, ...

Lazarus (Delphi-Like IDE, ObjectPascal as programming language)

For those who also like Python:
there's Boo for the .NET and Mono Frameworks, which looks and feels like Python, but statically typed & compiled to IL-Code.
Also, there's Genie for Linxu and the GObject system. It also works on W32, but is Linux/Unix centric. Also feels like Python but statically typed and compiled as well.
Wouldn't it be weird to give people programs that need both python installed and mono or .net framework ?

Re: What are your favorite programing languages and or tools

Posted: Thu Jun 28, 2012 11:48 am
by bembulak
Wouldn't it be weird to give people programs that need both python installed and mono or .net framework ?
They don't.
Boo is a "Python-like" language in terms of syntax, semantics and behaviour. Like D is C/C++, Java like, but different though.
But Boo does only require .NET Framework, as VB.net and C# does.

Genie does only require GObject, which afaik is a C-lib and can be compiled to a plain-C-binary without any dependencies (if you're not using SDL or GTK of course).

Re: What are your favorite programing languages and or tools

Posted: Thu Jun 28, 2012 1:31 pm
by Primoz128
Oh never mind...