@@ -9,24 +9,22 @@ At the end of the paper there will be an evaluation and summary on how suitable
99
1010## Table of contents
1111
12- - [ Compare functional programming in Go with JavaScript] ( #compare-functional-programming-in-go-with-javascript )
13- - [ Table of contents] ( #table-of-contents )
14- - [ JavaScript Overview] ( #javascript-overview )
15- - [ Parser for Boolean expressions] ( #parser-for-boolean-expressions )
16- - [ Functional programming concepts] ( #functional-programming-concepts )
17- - [ Type system] ( #type-system )
18- - [ Immutability] ( #immutability )
19- - [ First-class functions] ( #first-class-functions )
20- - [ Closures and lambda expressions] ( #closures-and-lambda-expressions )
21- - [ Higher-order functions] ( #higher-order-functions )
22- - [ Function composition] ( #function-composition )
23- - [ Pure functions] ( #pure-functions )
24- - [ Lazy evaluation] ( #lazy-evaluation )
25- - [ Recursion and tail-call optimization] ( #recursion-and-tail-call-optimization )
26- - [ Algebraic data types] ( #algebraic-data-types )
27- - [ Pattern matching] ( #pattern-matching )
28- - [ Summary] ( #summary )
29- - [ References] ( #references )
12+ 1 . [ JavaScript Overview] ( #javascript-overview )
13+ 1 . [ Parser for Boolean expressions] ( #parser-for-boolean-expressions )
14+ 1 . [ Functional programming concepts] ( #functional-programming-concepts )
15+ 1 . [ Type system] ( #type-system )
16+ 1 . [ Immutability] ( #immutability )
17+ 1 . [ First-class functions] ( #first-class-functions )
18+ 1 . [ Closures and lambda expressions] ( #closures-and-lambda-expressions )
19+ 1 . [ Higher-order functions] ( #higher-order-functions )
20+ 1 . [ Function composition] ( #function-composition )
21+ 1 . [ Pure functions] ( #pure-functions )
22+ 1 . [ Lazy evaluation] ( #lazy-evaluation )
23+ 1 . [ Recursion and tail-call optimization] ( #recursion-and-tail-call-optimization )
24+ 1 . [ Algebraic data types] ( #algebraic-data-types )
25+ 1 . [ Pattern matching] ( #pattern-matching )
26+ 1 . [ Summary] ( #summary )
27+ 1 . [ References] ( #references )
3028
3129## JavaScript Overview
3230
0 commit comments