Is Scheme's Prefix Notation Really That Weird?

Опубликовано: 18 Июнь 2024
на канале: Logic Lambda
83
3

0:07 - Example of prefix notation in Scheme
0:49 - Infix notation in C (and other languages with a similar syntax like Java)
1:10 - Functions are the building block of functional languages like Scheme
1:20 - Writing a function in the imperative language C
1:35 - Do we use infix notation to call functions in C?
1:43 - Calling a function in C uses prefix notation - just like Scheme!
2:23 - Comparing function calls in Scheme & C