Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psychedelicshayna/language-learning
My place for storing learning resources and useful information about programming languages.
https://github.com/psychedelicshayna/language-learning
educational functional-programming haskell haskell-learning learning learning-functional-programming learning-resources playground
Last synced: 15 days ago
JSON representation
My place for storing learning resources and useful information about programming languages.
- Host: GitHub
- URL: https://github.com/psychedelicshayna/language-learning
- Owner: PsychedelicShayna
- Created: 2022-06-22T03:04:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T18:06:17.000Z (over 2 years ago)
- Last Synced: 2024-11-12T06:07:48.521Z (3 months ago)
- Topics: educational, functional-programming, haskell, haskell-learning, learning, learning-functional-programming, learning-resources, playground
- Language: Haskell
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Language Learning
This is my place for learning new programming languages, serving as a useful knowledge base for me to use as a reference; I store knowledge and examples here, as I explore new programming languages, or discover things worth keeping in languages that I already know.## [Conceptual](conceptual/)
The conceptual directory contains theoretical and conceptual resources on learning a given programming language, including but not limited to guides, references, coverage of specific topics, articles, books, tutorials, courses, etc. It's also where I keep personal notes on certain programming languages, and re-explain things to myself to validate what I know (rubber duck learning, if you'd like), for future reference.## [Practical](practical/)
The practical directory contains practical examples and exercises for a given programming language, meant for things like Exercism, LeetCode, and things of that nature, alongside examples of my own that illustrate certain language features.