Giter Club home page Giter Club logo

Comments (4)

Brandon-T avatar Brandon-T commented on May 18, 2024 5

Because Microsoft decided to take features from other languages and put them into one?

In the tic-tac-toe example, they have NSMain (from Objective-C).
All the array syntax is the same too.. @[1, 2, 3, ...] is the Objective-C array literal.
function foo(x: Int, y: Int): Int is from Pascal.

They are inconsistent with how "this" is used.. "this.cells" vs. "this->getContent". I guess they're just trying to research different syntax and what people would like and not like..

from bosquelanguage.

u8sand avatar u8sand commented on May 18, 2024 2

Partially related -- I wonder why type unions are inconsistent.

T1 | T2 // Either T1 or T2
T1 + T2 // Must provide both T1 and T2 (why is it not T1 & T2)

https://github.com/Microsoft/BosqueLanguage/blob/master/docs/language/overview.md#14-combination-types

from bosquelanguage.

SoaresMG avatar SoaresMG commented on May 18, 2024

@Brandon-T oh yeah I forgot this is still an experiment

from bosquelanguage.

mrkmarron avatar mrkmarron commented on May 18, 2024

Closing and referencing issue #14 for future discussion.

from bosquelanguage.

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.