View previous topic :: View next topic |
Author |
Message |
nikaya Veteran


Joined: 13 May 2006 Posts: 1471 Location: Germany
|
|
Back to top |
|
 |
blu3bird Retired Dev

Joined: 04 Oct 2003 Posts: 615 Location: Munich, Germany
|
Posted: Wed Jan 03, 2007 5:35 pm Post subject: |
|
|
Wie kann ein Mensch, der bei klarem Verstand ist, sich sowas ausdenken?
Code: | void main(char[][] args)
{
foreach (argc, argv; args)
{
|
Beispiel: http://www.digitalmars.com/d/index.html _________________ Black Holes are created when God divides by zero! |
|
Back to top |
|
 |
pablo_supertux Advocate


Joined: 25 Jan 2004 Posts: 2961 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Wed Jan 03, 2007 5:39 pm Post subject: |
|
|
blu3bird wrote: | Wie kann ein Mensch, der bei klarem Verstand ist, sich sowas ausdenken?
Code: | void main(char[][] args)
{
foreach (argc, argv; args)
{
|
Beispiel: http://www.digitalmars.com/d/index.html |
ich hab in anderen Programmierforen schon mehrere D gegen C/C++/Java/C# Flamewares gelsen, irgendwie bin ich nicht von D begeistert. _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
 |
manuels Advocate


Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Wed Jan 03, 2007 6:45 pm Post subject: |
|
|
blu3bird wrote: | Wie kann ein Mensch, der bei klarem Verstand ist, sich sowas ausdenken?
Code: | void main(char[][] args)
{
foreach (argc, argv; args)
{
|
|
Was ist so schlimm daran?
Das soll doch sowas wie
Code: | foreach ($args as $argc => $argv) |
sein, oder? _________________ Build your own live cd with catalyst 2.0! |
|
Back to top |
|
 |
TheCurse l33t

Joined: 21 Jun 2004 Posts: 670 Location: Köln
|
Posted: Wed Jan 03, 2007 7:11 pm Post subject: |
|
|
Also ich finde das, was ich von d bisher gesehen habe, gar nicht mal so schlecht. Hört sich zumindest wie eine nette Alternative zu einigen gängigen Programmiersprachen an. |
|
Back to top |
|
 |
LL0rd l33t


Joined: 24 May 2004 Posts: 652 Location: Schlundcity
|
Posted: Wed Jan 03, 2007 7:16 pm Post subject: |
|
|
also ich werde D auf jeden fall mal ausprobieren. Hab @tm die Nase von Segfaults voll. _________________ Alte Mathematiker sterben nicht - sie verlieren nur einige ihrer Funktionen. |
|
Back to top |
|
 |
TheCurse l33t

Joined: 21 Jun 2004 Posts: 670 Location: Köln
|
Posted: Wed Jan 03, 2007 9:48 pm Post subject: |
|
|
Btw.: Gibt es eigentlich irgendwo ein aktuelles ebuild für den gdc? |
|
Back to top |
|
 |
b3cks Veteran


Joined: 23 Mar 2004 Posts: 1481 Location: Bremen (GER)
|
Posted: Wed Jan 03, 2007 10:27 pm Post subject: |
|
|
TheCurse wrote: | Btw.: Gibt es eigentlich irgendwo ein aktuelles ebuild für den gdc? |
Das einzig passende, was bgo ausspuckt: https://bugs.gentoo.org/show_bug.cgi?id=48136 _________________ I am /root and if you see me laughing you better have a backup. |
|
Back to top |
|
 |
|