由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Traited Python object attributes -for java people
相关主题
一个partial specialization的问题typedef basic_string string;
谁能通俗易懂地讲讲trait和monad的概念?一个c++小问题
C++中怎么传递std::hex这样的参数啊sizeof(string)
子类的assignment operator 怎么访问父类的private memberExceptional C++ code question
有人能解释一下这段C++代码吗[合集] type traits is magic
谁记得一个讨论c++的网站compile error
C++一个string的小问题map析构
make 时候遇到 undefined reference 怎么办?C++ 菜鸟问一个关于template 的问题。
相关话题的讨论汇总
话题: python话题: people话题: language话题: traited话题: dynamic
进入Programming版参与讨论
1 (共1页)
r****t
发帖数: 10904
1
开个贴,看来 dynamic language places fears in people's heart,especially for
people getting used to static language development. Their concern is
legitimate and here in Python community there exist people sharing that sort
of concerns in app development.
Have u ever thought about the possibility that since dynamic language is
flexible enough such that it might evolves to accommodate and address such
concerns at least to some extent?
There's a module called "Traits" that provides a (enforced) type defin
h***i
发帖数: 1970
2
有人用么?dynamic language这方面很成问题,有时候错误就是mis spell一个变量的
名字,但是debug起来就费点劲,static language就没这个问题,compile的时候就知
道错误了

for
sort
definition
which

【在 r****t 的大作中提到】
: 开个贴,看来 dynamic language places fears in people's heart,especially for
: people getting used to static language development. Their concern is
: legitimate and here in Python community there exist people sharing that sort
: of concerns in app development.
: Have u ever thought about the possibility that since dynamic language is
: flexible enough such that it might evolves to accommodate and address such
: concerns at least to some extent?
: There's a module called "Traits" that provides a (enforced) type defin

r****t
发帖数: 10904
3
好像现在就他们公司的 project 用,penetration 要慢慢来,现在 python app 大的
还不多,而且很多人还是醉心于 dynamic, 不一定愿意使用。

【在 h***i 的大作中提到】
: 有人用么?dynamic language这方面很成问题,有时候错误就是mis spell一个变量的
: 名字,但是debug起来就费点劲,static language就没这个问题,compile的时候就知
: 道错误了
:
: for
: sort
: definition
: which

1 (共1页)
进入Programming版参与讨论
相关主题
C++ 菜鸟问一个关于template 的问题。有人能解释一下这段C++代码吗
今天没有上班,说一个FEATURE吧,concept lite谁记得一个讨论c++的网站
想学FP最好不要从Scala开始C++一个string的小问题
学scala发现一个有趣现象make 时候遇到 undefined reference 怎么办?
一个partial specialization的问题typedef basic_string string;
谁能通俗易懂地讲讲trait和monad的概念?一个c++小问题
C++中怎么传递std::hex这样的参数啊sizeof(string)
子类的assignment operator 怎么访问父类的private memberExceptional C++ code question
相关话题的讨论汇总
话题: python话题: people话题: language话题: traited话题: dynamic