Coder Social home page Coder Social logo

Comments (3)

gryznar avatar gryznar commented on June 20, 2024

+1 for such simplification and consistency :)

from mojo.

JoeLoser avatar JoeLoser commented on June 20, 2024

I don't think we should rename InlineList to Array. Have you seen the original conversation that added the type at #2294 (comment)?

from mojo.

martinvuyk avatar martinvuyk commented on June 20, 2024

I hadn't seen that specific comment. This is literally the first time I hear that Python has an array type (might have heard once and forgot) and I've been using Python since I'm a kid... people mostly use a list and forget about it (we all know Python isn't for performance), those who care about performance might have code that uses python's array (who? most will have migrated no numpy/use pandas), but most likely in a very easy way to migrate by just using Mojo's List constructor.

I think devs from the following languages might come into Mojo:

  • Go: Array as fixed size
  • Rust: Array as fixed size
  • Zig: Array as fixed size
  • Javascript: Array as heterogeneous List
  • PHP: Array as heterogeneous List
  • Ruby: Array as heterogeneous List
  • Java: Array as fixed size
  • Python: Array as homogeneous List
  • C: Array as fixed size
  • C++: Array as fixed size
  • Swift: Array as homogeneous List
  • C#: Array as fixed size
  • Ocaml: Array as fixed size
  • Perl: Array as fixed size
  • SQL: (DBs that support it) Array as fixed size

Any dev that comes into a language looks for collection types and learns them. InlineList will be a hard one to sell IMO.

from mojo.

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.