alda-lang / alda-core

The core machinery of Alda
80 stars 26 forks source link

Reference pitch and transposition attributes #21

Closed daveyarwood closed 7 years ago

daveyarwood commented 7 years ago

Moved from https://github.com/alda-lang/alda/issues/236.

snigdhaAgarwal commented 7 years ago

@daveyarwood - I would like to take up this issue if it is still available. Can you help me in getting started? I have never worked in clojure before but would like to learn. I have installed boot so far. Thanks

abhi18av commented 7 years ago

Hi @fankee

You can check out the basic online book/tutorials like Clojure for the brave and true

Getting to know boot - please do follow through with the references towards the bottom.

Awesome documentation and referenceclojure-doc and clojuredocs

A handy summary of syntax can be found -> cheat-cheet for clojure

Dev. environments for getting started sort of depends on you, I know that @daveyarwood prefers vim and cider-ide based on emacs is pretty popular. Of course there's cursive based on IntelliJ. But, if you don't have any preference as of now, pick something easy initially like Nightcode or Nightlight.

If you've used Atom before, then proto-repl

Hope this helps.

abhi18av commented 7 years ago

Oh, and you can of course get acquainted with the code base using alda-docs

daveyarwood commented 7 years ago

@fankee Thanks for offering to help! I'm always happy to help if you run into any technical questions about Clojure or the Alda codebase -- feel free to ping me here or in the Alda Slack group.

@abhi18av linked to some great resources. I can personally vouch for Clojure for the Brave and True -- it was written by a good friend of mine and it's an excellent way to start learning Clojure.

daveyarwood commented 7 years ago

Closed via #59. Will deploy a release soon.