pikelang / Pike

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.
http://pike.lysator.liu.se/
Other
194 stars 34 forks source link

Are there any plans to develop a 64-bit version? #37

Closed fenginsc closed 3 years ago

fenginsc commented 3 years ago

Hope there is a linux version and a windows version that support AMD64. Thanks.

grubba commented 3 years ago

Amd64/x86_64 is supported on Linux and AFAIK also Win32.

fenginsc commented 3 years ago

You're right, but I want to talk about native support for x86_64.