Skip to content

The program analyses a Scala source file and produces a concordance of the Scala keywords used in a file

License

Notifications You must be signed in to change notification settings

EugeunieOrz/Concordance-of-Scala-keywords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concordance of Scala keywords

The program "Concordance.scala" analyses a Scala source file and produces a concordance of the Scala keywords used in a file.

The following functional programming patterns were implemented in the program:

  • currying
  • partially applied functions
  • tail call optimization
  • pattern matching and deconstruction
  • value definition
  • for comprehension
  • map function

About

The program analyses a Scala source file and produces a concordance of the Scala keywords used in a file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages