Giter Site home page Giter Site logo

objective-n's Introduction

Objective-N

What is it?

Objective-N is an object-oriented language targeting the Neko VM. You could think of it as a scriptable variant of Objective-C mixed with Neko.

Running

Steps for running code are coming soon.

Other things

  • Obj-N's standard library is purposely modeled after Obj-C's standard library, with the exception of (temporarily) using the prefix ON_ rather than NS.
  • The parser/compiler uses Scala's default parser combinator library, which makes it really easy to add new grammar to the parser.
  • Obj-N is more of a toy language than a useful/productive language, so it won't always be getting frequent updates.

Possible questions

Q: Why don't you have any examples?

A: It's on my todo-list. For now, you could probably look at the standard library or test files. On that note, tests/mal is actually more of an example than a test, and it's based on the MAL tutorial.

Q: Can I use Obj-N classes in Haxe?

A: I haven't tested it, but you probably can.

Q: Can I use Haxe classes/functions/etc in Obj-N by using the Neko backend?

A: I haven't tested it, but you probably can since it uses modules. For identifiers that include @-signs, you can just use $objget(value, $hash("my@property")).

Q: Why did it take nearly a year for you to update the readme?

A: Never got around to doing it.

objective-n's People

Contributors

alanvf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.