Hacker News new | ask | show | jobs
by codygman 3822 days ago
> went with Go because the libs that I will need (cron like scheduler, embedding assets, etc).

Haskell has a cron like scheduler. What do you mean by embedding assets?

1 comments

I suppose he's referring to embedding files (usually web resources such as js, css files) into the source code, using a tool such as go-bindata [1]. The assets are then accessed as variables.

[1] https://github.com/jteeuwen/go-bindata

Haskell has a library for this called "embed-file".
Haskell does but I'm comfortable in Go and easier to get people to contribute