Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
58 lines (37 loc) · 1.79 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.79 KB

J

Welcome to the workspace for Exercism v3's J track!

This area will contain everything needed to launch the J track, including:

  • The new exercises and config.json file.
  • Reference documentation that help explain J concepts for which no appropriate online document could be found.
  • J-specific documentation for contributors.

Preparation Status

Before we publicize requesting contribution for this language, the following steps should be done.

Readiness for Launch

Before launch, we need all of the following parts to be completed:

config.json

  • Added version key
  • Added online editor settings
    • Added indent_style
    • Added indent_size
  • Convert the exercises array to an object
  • Remove the foregone property

See the migrating your config.json files document for more information.

Concept Exercises

  • Added 20+ Concept Exercises

Representer

  • Build Representer
  • Deploy Representer

Test Runner

  • Build Test Runner
  • Deploy Test Runner

Extra magic

These extra steps will make your track better, but are optional.

Analyzer

  • Build Analyzer
  • Deploy Analyzer