Giter VIP home page Giter VIP logo

Comments (2)

jfcap avatar jfcap commented on May 11, 2024 2

Here a bigint implementation proposal.

https://github.com/jfcap/janet.git (branch bigint)

It's not finished.
But at this stage, some feedbacks are welcome.

janet:0:> (def a (bigint/uint64 0xfff))
4095
janet:30:> (def b (bigint/uint64 "0xffffffffffffffff"))
18446744073709551615
janet:75:> (:/ b a a)
1100048695360
janet:86:> (:- b (:* a 2))
18446744073709543425
janet:102:> (type a)
:core/uint64

TODO :
* marshal/unmarshal
* more operators (bitwize operations ...)
* ... ?
* adding typedArray (u)int64 back ;-)

some tests are available in suite6.janet

from janet.

bakpakin avatar bakpakin commented on May 11, 2024 1

I removed them because there is no way to manipulate them, and likely never will be via the standard number type (a C double). If you read the JavaScript standards for typed arrays, they don't include 64 bit integer support at all for this same reason. I was alerted to the problem via warnings in the Microsoft compiler on Appveyor.

Considering how easy it is to add them back, we can add them if we ever support proper 64 bit integers, maybe via some boxed representation (core/bigint?)

from janet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.