-
Notifications
You must be signed in to change notification settings - Fork 8
Add deno language with example, and solutions for day 01 through 07 #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Keeping this as a draft until #47 is resolved. |
|
Why would this be needed if we support nodejs? |
|
@Avokadoen Hah! Outrageous. They are completely different languages. Instead of having a |
|
Instead of writing The list goes on.... (no it doesn't) |
fix Conflicts: README.md days/day-01/test.sh
|
Jokes aside. I really want to use this, instead of nodejs, that is why I am adding it. This also allows us to learn more about the minute differences between these two run-times, which I think is worth exploring 😄 as deno markets itself as a "better nodejs". |
|
It's worth noting that ts targets js, so you can run ts as long as you have node and the typescript transpiler. I think deno looks like an amazing project, so this definitely adds value to the repo! |
https://deno.land/