Skip to content

Incorporate basic labs into j-playground #14

@joebo

Description

@joebo

Labs are a great way to learn about J. Many of the labs have complex dependencies, such as plot, but not all of them. We can load simple labs into j-playground to give a taste of the experience.

Approach:

  1. Find all labs that have no dependencies
joebo@LAPTOP-44R9IB1C:~/j-playground$ cat labs/build_labs.sh
#!/bin/sh
# simple script to copy labs into this folder that have a chance of working with j-playground
grep -r --include "*.ijt" -L "LABDEPENDS\|load" ../labs_labs/ | xargs cp -t .
  1. Copy those labs into a labs folder under j-playground
  2. Add a menu item to start each lab .Sidebar: it would be nice to preserve the folder structure, but we'll park that for now
  3. Add a button to call labnext''

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions