Yet another new language without database drivers, usable frameworks, or a community. :-)
Should be interesting to see what happens to it.
![]() Yet another new language without database drivers, usable frameworks, or a community. :-)
Should be interesting to see what happens to it. Regards,
-scott Welcome to Rivendell, Mr. Anderson. |
|
![]() Dont most modern databases have their own database drivers?
|
|
![]() You need a programming interface for them. Unless this language can directly use C, C++, Python, or some other library (which it may very well be able to, I didn't look).
Regards,
-scott Welcome to Rivendell, Mr. Anderson. |
|
![]() |
|
![]()
Yay, C libraries. Regards,
-scott Welcome to Rivendell, Mr. Anderson. |
|
![]() MySQL's C libraries are rather clunky. No, let me revise that: MySQL's network calling protocol is a little clunky and this shows in the C library. If MySQL wanted to get into the Go bandwagon, they'd write a decent modern API in the language itself that uses the wire protocol.
I don't know what Postgres's API is like. Wade. Q:Is it proper to eat cheeseburgers with your fingers? A:No, the fingers should be eaten separately. |
|
![]() LOLCODE...
http://en.wikipedia.org/wiki/LOLCODE |
|
![]() |
|
![]() There can be no performance critical looping without a couple of core points like a separate prepare/execute set of statements.
And the concept of DBI:DBD is greeat for moving between databases unless you tie yourself down on purpose. |
|
![]() Every database layer has mistakes and it looks like he's trying to avoid as many as he can. I'm impressed.
Wade. Q:Is it proper to eat cheeseburgers with your fingers? A:No, the fingers should be eaten separately. |