Y
Hacker News
new
|
ask
|
show
|
jobs
by
smu3l
4192 days ago
In Julia, you can create symbols with e.g. :user_id as in Ruby, which looks a lot nicer than symbol("user_id") and doesn't require mapping over an array of strings.
1 comments
ajinkyakale
4192 days ago
Ofcourse you can! I dont know why I didnt think of that
link