www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics



digitalmars.D.learn - [OT] Curlies and try/catch

↑ ↓ ← "Unknown W. Brackets" <unknown simplemachines.org> writes:
I figured some people here might know.  Honestly, this has always been a 
question of mine...

Why do most (all but D?) languages force you to use curlies for 
try/catch?  Is it because they are enforcing style?  Encouraging you to 
not use them for simple one-offs?

I really like how D works.  I wish all languages were like it in this 
(and many other) respect(s).

-[Unknown]
May 02 2008
↑ ↓ → "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"Unknown W. Brackets" <unknown simplemachines.org> wrote in message 
news:fvfq25$2br9$1 digitalmars.com...
I figured some people here might know.  Honestly, this has always been a 
question of mine...

 Why do most (all but D?) languages force you to use curlies for try/catch? 
 Is it because they are enforcing style?  Encouraging you to not use them 
 for simple one-offs?

I don't know. It's especially irritating in languages (*COUGH*JAVA*COUGH*) that really like you to use exceptions for things that should arguably be return values (*COUGH*THREAD.SLEEP()*COUGH*). I've adopted the D-style curly omission in my language.
May 02 2008