Y
Hacker News
new
|
ask
|
show
|
jobs
by
jimbob45
1978 days ago
Puts/gets negates the need for includes and >> isn’t in C.
Also Python has a horrific main method syntax and duck typing is ultra confusing early on.
1 comments
makapuf
1978 days ago
Ifmain style main can be omitted for beginners (no syntax for main). Duck typing can be explained easily : we need something that has a food method.
link