Archiv der Kategorie: Racket

MOOC Review: Programming Languages

  Course   information Institution University of Washington Course Programming Languages Date Autumn 2013 Platform coursera   Course content Topics Syntax vs. semantics vs. idioms vs. libraries vs. tools ML basics (bindings, conditionals, records, functions) Recursive functions and recursive types … Weiterlesen

Veröffentlicht unter MOOC, Racket | Verschlagwortet mit , , , , | Kommentar hinterlassen

Shadowing function parameters with local variables

Within this article I want to ask a very basic question which is important in nearly all programming languages: What if you have a function with a parameter x and inside the function you declare a local variable x. Will … Weiterlesen

Veröffentlicht unter C#, F#, Racket | Verschlagwortet mit , , , | 1 Kommentar