Great talk about solving the same simple problem with three completely different languages: #csharp, #haskell, and #clojure
From one of my favourite speakers / authors out there:
> First, we'll do a brief overview of the FizzBuzz kata, and see one 'idiomatic' way to implement it in C# (the Java, Javascript, Visual Basic, etc. version would be similar, so all OO programmers are welcome). Next, most of the talk will be a live demo showing approaches to the kata in Haskell and Clojure. If you've never seen Haskell or Clojure before, but are curious about these languages, this is the talk for you! Finally, we take some of the ideas from the Haskell and Clojure implementations, and bring them back to C# for a second attempt at the kata.
  
  From one of my favourite speakers / authors out there:
> First, we'll do a brief overview of the FizzBuzz kata, and see one 'idiomatic' way to implement it in C# (the Java, Javascript, Visual Basic, etc. version would be similar, so all OO programmers are welcome). Next, most of the talk will be a live demo showing approaches to the kata in Haskell and Clojure. If you've never seen Haskell or Clojure before, but are curious about these languages, this is the talk for you! Finally, we take some of the ideas from the Haskell and Clojure implementations, and bring them back to C# for a second attempt at the kata.
YouTube
  
  One kata, three languages -  Mark Seemann
  First, we'll do a brief overview of the FizzBuzz kata, and see one 'idiomatic' way to implement it in C# (the Java, Javascript, Visual Basic, etc. version would be similar, so all OO programmers are welcome). Next, most of the talk will be a live demo showing…
❤1
  > The only people entitled to say how open source 'ought' to work are people who run projects, and the scope of their entitlement extends only to their own projects. 
> Just because someone open sources something does not imply they owe the world a change in their status, focus and effort, e.g. from inventor to community manager.
A very good piece from Rich Hickey (#clojure author) about how open-source really works vs how users of open-source think it works.
#rant
  > Just because someone open sources something does not imply they owe the world a change in their status, focus and effort, e.g. from inventor to community manager.
A very good piece from Rich Hickey (#clojure author) about how open-source really works vs how users of open-source think it works.
#rant
A #clojure library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. 
The secrets is an implementation of the secrets module from Python's standard library for Clojure.
https://github.com/lk-geimfari/secrets.clj
  
  The secrets is an implementation of the secrets module from Python's standard library for Clojure.
https://github.com/lk-geimfari/secrets.clj
GitHub
  
  GitHub - lk-geimfari/secrets.clj: A library designed to generate cryptographically strong random numbers suitable for managing…
  A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. - lk-geimfari/secr...
  A privacy-first, open-source platform for knowledge sharing and management. 
A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
The server will never store or analyze your private notes. Your data are plain text files and we currently support both Markdown and Emacs Org mode (more to be added soon). In the unlikely event that the website is down or cannot be maintained, your data is, and will always be yours.
https://github.com/logseq/logseq
#clojure #docops
  
  
  
  
  
  A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
The server will never store or analyze your private notes. Your data are plain text files and we currently support both Markdown and Emacs Org mode (more to be added soon). In the unlikely event that the website is down or cannot be maintained, your data is, and will always be yours.
https://github.com/logseq/logseq
#clojure #docops