> --
> 官网: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
收到。我看看到时候有没有提问环节…
Q. Are there any short-term plans for dynamic loading of modules?
No. I don’t think there are any technical surprises, but assuming that everything is statically linked simplified some of the implementation. Like with calling Go from C++ programs, I believe it’s just work.
Gccgo might be closer to support for this, but I don’t believe that it supports dynamic loading right now either.
����Ŀǰcgo������ǿ��
2012/6/22 Monnand <mon...@gmail.com>
�յ���
���ڶ�̬�⣬��ʵ�������Ǿ���û�ж�̬���㡣ǰ��������˵uniqush�����DZ�û�����룬����Ұ��ұ���õĶ������ļ����� ����ʲô����������װ����ֱ���ܡ�Ȼ���Ҿ�˲�����û�ж�̬�������̫���ˡ�
���⣬�����ʵϰ����һ������������ø��ֿ��������ͱ��빫˾�IJ�Ʒ���������ظ������������һ�����硣�ڶ�����룬��������һ���� Ʒ��һ��ģ�飬���Һķ���һ�����������Сʱ��
���ľ���û�ж�̬�⣬������Ч�ʸߺ���Ҫ��
��Monnand
2012/6/21 ƽ�����·� <lew...@gmail.com>
���� techabc�ֵĵ�һ�����⣬�����û����russ cox��ǰ����һ���ۻ�( http://research.swtch.com/gotour ) ��˵��:
Q. Are there any short-term plans for dynamic loading of modules?
No. I don��t think there are any technical surprises, but assuming that everything is statically linked simplified some of the implementation. Like with calling Go from C++ programs, I believe it��s just work.
Gccgo might be closer to support for this, but I don��t believe that it supports dynamic loading right now either.
��3�����⣬����ٷ�Ҳûʲô�ƻ�����Ϊ1�� �����������ڿ���go.uik�����֧���������os��ʱ����ʾ�˾��ȡ�2��������˵��,���Dz��ó�gui,�������Dz����Խ�֧�ֱȽϺõĵ����merge������֧
�Ҿ�һ�����⣬ȥ�����Ǹ���һ������(http://blog.golang.org/2011/12/getting-to-know-go-community.html), �����ʲô,��������ǰ10������,���ǵĻ�Ӧ��ʲô��
On Jun 21, 2012 10:58 AM, "techabc" <tec...@gmail.com> wrote:
���������ɣ���Ц��
1. go����c/c++��̬���ӿ��ճ���Σ�
2. go�Ƿ��������erlang��otp��
3. go�Ĺٷ�GUI����н�չ��
4. go��ʱ�Ժ��ַ�ʽ��½android���з���ܵ�½����ƽ̨����wp8��
�� 2012��6��22�� ����12:40��Monnand <mon...@gmail.com> ���
> hi
>
> ����go�û����Ϳ�����Ա�����ھɽ�ɽС�ۡ������μӡ��б�����λ������ʲô���⣬�ҿ���æת��һ�¡�������˼��û����ǰ����㱨�����ǸղŲ�� ������ȥ�ġ�
>
> ������Ļ��ͻظ�������⣬����ֱ�Ӹ��ҷ��ʼ���
>
> -Monnand
>
> --
> ����: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
--
--����: http://golang-china.org/
IRC: irc.freenode.net #golang-china
@golangchina
����: http://golang-china.org/
IRC: irc.freenode.net #golang-china
@golangchina
--
Face the sea, for the spring flowers blossoming
--
Face the sea, for the spring flowers blossoming
--
����: http://golang-china.org/
IRC: irc.freenode.net #golang-china
@golangchina
要支持动态链接库我也觉得非常非常重要,并不是什么好不好的原因,更重要的时现在动态链接库是一个事实上的标准,而且go在库方面又是这么的不全 面,至少在现在go非常需要与c交互,现有的巨量!的软件不可能都用go来重写.如果这个做不到go想推广出去就会非常难
于 2012年06月22日 07:09, 平民四月份 写道:
但是目前cgo还不够强大
2012/6/22 Monnand <mon...@gmail.com>
收到!
关于动态库,老实讲,我是觉得没有动态库更方便。前几天有人说uniqush在它那边没法编译,结果我把我编译好的二进制文件发给 他,他什么依赖都不用装拿来直接跑。然后我就瞬间觉得没有动态库的日子太好了。
另外,暑假在实习,第一天的任务是配置各种开发环境和编译公司的产品。光是下载各种依赖库就是一个下午。第二天编译,仅仅编译一个产 品的一个模块,就给我耗费了一个上午四五个小时。
关于 techabc兄的第一个问题,如果我没理解错russ cox在前几天一个聚会( http://research.swtch.com/gotour ) 上说了:
Q. Are there any short-term plans for dynamic loading of modules?
No. I don’t think there are any technical surprises, but assuming that everything is statically linked simplified some of the implementation. Like with calling Go from C++ programs, I believe it’s just work.
Gccgo might be closer to support for this, but I don’t believe that it supports dynamic loading right now either.
第3个问题,好像官方也没什么计划,因为1: 他们中有人在看到go.uik这个库支持三大主流os的时候,都表示了惊讶。
2:他们曾经说过,他们不擅长gui,但是他们不反对将支持比较好的第三方包merge到主分支
我就一个问题,去年他们搞了一个调查(http://blog.golang.org/2011/12/getting-to-know-go-community.html), 结果是什么,对于排名前10的需求,他们的回应是什么?
On Jun 21, 2012 10:58 AM, "techabc" <tec...@gmail.com> wrote:
我来几个吧,见笑:
1. go集成c/c++动态链接库日程如何?
2. go是否会有类似erlang的otp?
3. go的官方GUI库可有进展?
4. go何时以何种方式登陆android,有否可能登陆其它平台比如wp8?
在 2012年6月22日 上午12:40,Monnand <mon...@gmail.com> 写道:
> hi
>
> 今天go用户(和开发人员)会在旧金山小聚。我准备参加。列表上哪位朋友有什么问题,我可以帮忙转达一下。不好意思,没能提前跟大伙汇报,我是刚才才租车 决定过去的。
>
> 有问题的话就回复这个主题,或者直接给我发邮件。
>
> -Monnand
>
> --
> 官网: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
--
--官网: http://golang-china.org/
IRC: irc.freenode.net #golang-china
@golangchina
官网: http://golang-china.org/
IRC: irc.freenode.net #golang-china
@golangchina
--
Face the sea, for the spring flowers blossoming
--
Face the sea, for the spring flowers blossoming
--
收到了,正在会议现场。
有的,我看到他们前面电脑里有实时视频。rob他们刚刚到没多久。
在heroku的地下室
可能考虑到交通吧。很多硅谷上班的可能赶不到。
提前跟大家透漏一个刚刚andrew说的小技巧,
用go doc可以配合-src pkg-name fun-name来浏览代码,快速定位函数实现。前几天好像有人问过代码阅读的问题,这个技巧可以考虑
顺便,说一下,这里有人用liteide哦。
我问问周围人hangout的地址,大家也可以搜索一下
rob在讲了,主题是less is more.
刚刚问完问题。
和大家意料的差不多,官方没有考虑移动设备和图形界面的支持。
大家到时候应该能看到视频。rob还隔墙问候了大伙
--
On 6/23/12, Oling Cat <olin...@gmail.com> wrote:
> 附上一个网址
> http://glenda.cat-v.org/friends/
> Glenda和她的朋友们
> --
> Hello! This is Oling Cat!
>
>
>
> 2012/6/23 Oling Cat <olin...@gmail.com>
>
>> 揭晓答案: Gordon is the mascot for Google's Go programming
>> language<http://go-lang.cat-v.org/>.
--
我确实记得我写了封邮件,莫非没发出去…我昨天看到Andrew在g+上发布答案,也有人问了类似问题。我去找找那个页面先
a couple of Google employees,这里a couple of 应该是“几个”的意思,不是夫妇。
>
> --
> 官网: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
--
Best Regards,
Leo Jay
>> 另外,这篇是Rob Pike当时的演讲稿。很不错:
>>
>> http://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html
>>
>> 有兴趣的朋友可以考虑翻译一下。
>>
>
> Rob Pike 这篇应该算是相对完整的描述了 Go 相关的一些理念,值得一读。
> 做了简单的翻译,有的东西可能理解得不太准确。如果有错,留言给我。
>
> http://www.mikespook.com/2012/06/%e7%bf%bb%e8%af%91%e5%b0%91%e6%98%af%e6%8c%87%e6%95%b0%e7%ba%a7%e7%9a%84%e5%a4%9a/
>
> --
> 官网: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
--
Yili Zhao
> --
> 官网: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
--
Yili Zhao
>
>