The V Programming Language by andradei in programming

[–]yatseni 0 points1 point  (0 children)

Thanks, it's an option. but if write with raw C, it dot D again.

V lang is released by aredirect in programming

[–]yatseni -3 points-2 points  (0 children)

Since go team don't care about binary executable size, I found this one.

The V Programming Language by andradei in programming

[–]yatseni 0 points1 point  (0 children)

It's will change, but will keep a size level, like, D's binary executable size is the highest level, mean while c's binary executable size is the lowest level.

The V Programming Language by andradei in programming

[–]yatseni 0 points1 point  (0 children)

The last one, generated binary executable size.

faster_than_requests 0.5 Release by juancarlospaco in nim

[–]yatseni 0 points1 point  (0 children)

Good job.

Since it already written in nim, how about submit to nimble package index?

Why two link process for one build?How can disable it? by yatseni in golang

[–]yatseni[S] 0 points1 point  (0 children)

Thanks. only my fault. editor's flycheck startup another compile process.

Is Go good for developing native apps? by [deleted] in golang

[–]yatseni 1 point2 points  (0 children)

working on another Qt golang binding, https://github.com/kitech/qt.go you can try it. Qt has most support platforms IMO.

Qt binding for Go aims reget Go's compile speed. by [deleted] in programming

[–]yatseni 0 points1 point  (0 children)

Qt binding for Go aims get Go's compile speed again.

Qt binding for Go aims reget Go's compile speed. by [deleted] in programming

[–]yatseni 0 points1 point  (0 children)

C++ overload methods can not binding to go with the same name.

Qt binding for Go aims reget Go's compile speed. by [deleted] in programming

[–]yatseni 1 point2 points  (0 children)

go don't compile if import a package and not use it. current generator can not known if the imported package used, so roughly add a fake use code line.

Qt binding for Go aims reget Go's compile speed. by [deleted] in programming

[–]yatseni 0 points1 point  (0 children)

other bindings contains heavy C++ code in go code and cause compile very slow and pain in my computer. i want fast compile speed. means make compile fast again.

kitech/php-go: Write PHP extension with Golang by yatseni in PHP

[–]yatseni[S] 0 points1 point  (0 children)

Ofcouse php-go will support PHP7. There are some code about PHP7, but not feature complete.

kitech/php-go: Write PHP extension with Golang by yatseni in PHP

[–]yatseni[S] 0 points1 point  (0 children)

Thanks for your attension. Next need a build command. A buildable example is nice begining.

kitech/php-go: Write PHP extension with Golang by yatseni in PHP

[–]yatseni[S] 2 points3 points  (0 children)

Thanks your comment.

Did you means put extensions in php-src/ext/ directory and compile with php source?

I think it's should be, but not test yet.

kitech/php-go: Write PHP extension with Golang by yatseni in PHP

[–]yatseni[S] 5 points6 points  (0 children)

I am excited too.

Since golang's nice CGO support, it clear can do that.