Boost logo

Boost :

Subject: Re: [boost] [rdb] Uploaded 0.0.07
From: Jean-Louis Leroy (jl_at_[hidden])
Date: 2009-09-24 18:44:29


> Ah, useful. :)
>
> For note, Python is strongly-typed, have to be correct about what you
> send to the DB with regards to types, if you send an int to a string
> column, or a string to an int, or whatever, it will throw an
> exception.
I know that it's typed - it's *dynamically* typed. C++ is *statically*
typed. "Type-safety" is a term that has a well-defined meaning in C++
parlance : it means that type checking happens at compile-time. And btw
I am *not* a static analysis bigot, as my other language of expertise is
Perl and my favorite is Lisp.

J-L


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk