Giter Club home page Giter Club logo

yak's Introduction

The first language of the funject paradigm. Read about it at yak-lang.org.

yak's People

Contributors

willtennien avatar nathan avatar sl avatar alexknauth avatar

Stargazers

Clinton Walker avatar Taylor D. Edmiston avatar  avatar Eliza Zhang avatar  avatar Michael Anthony avatar Kartik Chandra avatar Tim Radvan avatar  avatar

Watchers

James Cloos avatar  avatar  avatar Michael Anthony avatar  avatar

Forkers

sl alexknauth

yak's Issues

<String>.to-string issue

I found this while messing around with yak:

'somestring' == 'somestring'.to-string => false

while

'somestring' == 'somestring' => true

So I looked into it further, and found that

'anotherstring'.to-string => ''anotherstring''

I wasn't sure if that was intentional, but it doesn't seem like normal behavior, so I figured I might as well file it.

Instance not working for newly created classes

The following throws an error:

class Foo
    instance =
        .bar: [@self]:
            print['biz']
        .baz: [@self]:
            print['foobar']

Expected outdent at input:3:13

As does

class Foo
    instance = {
        .bar: [@self]:
            print['biz']
        .baz: [@self]:
            print['foobar']
Expected newline at input :3:22

I also tried a bunch of other ways thinking that i might be misunderstanding the syntax, and none of those work either. The examples in the class spec also throw errors.

Prepare CS Interpreter for v0.1

  • Optional else clause

Primitives

Free Funjects

  • by
  • import
  • print
  • error
  • throw

Funjects

  • .has?
  • .append![k, v]
  • .insert![i, k, v]
  • .number?
  • .string?
  • .boolean?
  • .symbol?
  • .unknown?
  • .nil?
  • .list?
  • .integer?
  • .float?
  • .is-member-of?[c]
  • .is-kind-of?[c]
  • .to-string
  • .inspect
  • .each[f]
  • .keys
  • .all-keys
  • .keys-of[c]

Strings

  • * n
  • + s
  • [<number>]
  • .length
  • .contains?
  • .replace (primitive for speed)
  • .replace-first (primitive for speed)

Lists

  • [<number>]
  • insert![index]
  • delete-at![index]
  • sort![]
  • sort![f]

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.