Skip to content

Instantly share code, notes, and snippets.

@jcbozonier
Created October 18, 2011 03:41
Show Gist options
  • Save jcbozonier/1294555 to your computer and use it in GitHub Desktop.
Save jcbozonier/1294555 to your computer and use it in GitHub Desktop.
Things to know when starting a new language...
How do I unit test?
Is there a REPL? How can I facilitate rapid feedback/learning?
How can I share what I make with the world?
What are the patterns/anti-patterns?
What is the core language philosophy?
How does this all work for Windows AND Mac
How do you create/reference/deploy third party libs and packages?
Recommended editor/IDE? What's the minimal I need to know to get up and running?
@codereflection
Copy link

I would also add
What does an ideal project layout look like?
What does a build for a project look like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment