Giter VIP home page Giter VIP logo

kbook's Introduction

What about k?

This is the beginnings of an introduction to the k language, primarily in its open source form.

It's very much a work in progress, and not completed. It's written as a jupyter-book, with the kernel for ngn/k available here

You can view it in its current form on https://xpqz.github.io/kbook

I've written a few other things you may be interested in, too:

kbook's People

Contributors

xpqz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kbook's Issues

Issue on page /Verbs.html

In the section about ?, i think you have forgotten about this functionality of ?:

 ?2  /monadic integer scalar
0.3999661641903345 0.6017000472937657
 ?5
0.5879972736671595 0.17700198635766617 0.9307749326543255 0.25312536316484247 0.21150427354311319
 ?1
,0.2984588148454079

Issue on page /Vectors.html

Hi, a simple typo (missing s) in

We’ll use that to make variable assignments visible in output occaionally:
                                                                 ^^^

Keep up the great work, Stefan!

Issue on page /Vectors.html

In the indexing section,
m[(2 2;1 1)] / note: this is NOT indexing at depth!

It might be good to provide a combination of both indexing with a vector and also nesting, and a small explanation of how to interpret it.

This seemed to clear it a little bit for me (I'm still on the learning process)

m[(0 1;1 2;2 1)]
((0 1 2;3 4 5)
 (3 4 5;6 7 8)
 (6 7 8;3 4 5))

m[(0 1;1 2;2 1);1]
(3 4 5
 6 7 8
 3 4 5)

Thanks a lot for your apl and k learning resources!

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.