What are your favorite programing languages and or tools ?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Primoz128
Enthusiast
Enthusiast
Posts: 212
Joined: Sat Sep 10, 2011 8:25 pm
Location: Slovenia

What are your favorite programing languages and or tools ?

Post 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 ?
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Re: What are your favorite programing languages and or tools

Post 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

I am to provide the public with beneficial shocks.
Alfred Hitshock
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: What are your favorite programing languages and or tools

Post 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)
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: What are your favorite programing languages and or tools

Post 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
SPAMINATOR NR.1
Zach
Addict
Addict
Posts: 1677
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: What are your favorite programing languages and or tools

Post 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
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: What are your favorite programing languages and or tools

Post 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)
User avatar
Primoz128
Enthusiast
Enthusiast
Posts: 212
Joined: Sat Sep 10, 2011 8:25 pm
Location: Slovenia

Re: What are your favorite programing languages and or tools

Post 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.
User avatar
Primoz128
Enthusiast
Enthusiast
Posts: 212
Joined: Sat Sep 10, 2011 8:25 pm
Location: Slovenia

Re: What are your favorite programing languages and or tools

Post by Primoz128 »

Ups wrong topic...
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 576
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Re: What are your favorite programing languages and or tools

Post 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.
cheers,

bembulak
User avatar
Primoz128
Enthusiast
Enthusiast
Posts: 212
Joined: Sat Sep 10, 2011 8:25 pm
Location: Slovenia

Re: What are your favorite programing languages and or tools

Post 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 ?
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 576
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Re: What are your favorite programing languages and or tools

Post 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).
cheers,

bembulak
User avatar
Primoz128
Enthusiast
Enthusiast
Posts: 212
Joined: Sat Sep 10, 2011 8:25 pm
Location: Slovenia

Re: What are your favorite programing languages and or tools

Post by Primoz128 »

Oh never mind...
Post Reply