What sorts of problems do you think you'll run into? The lack of templates and operator overloading are more reasons that the source code will look different than C++ than reasons you shouldn't use Go. As Jan said, since its a Turing complete language you can do anything in it that you could do in, for example, C/C++.
Rereading your post, it looks like you were suggesting Scala or OCaml, not C/C++ as I assumed. If you're looking to learn Go and have good programming experience already, this project could probably get you a little more used to Go. If you don't have too much experience already you might want to stick to a language you already know for this since its not a definitely easy problem.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/bHzk04SoD1o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
Hello,Im currently doing a compiler course and would like to to know if golang is suitable for creating a very simple domain specific language?