Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
Sanket Chaudhari edited this page May 23, 2019 · 3 revisions

Welcome to Hi-Wiki 👋

Hi is a domain-specific programming language which is designed to provide rich interaction with websites.

First Pre-Release Goals

  • Arithmetic Operations on Numbers and String Manipulation methods
    • Concatenation
    • SubString
    • isSubString
  • Regular Expression Support
    • Bool: match()
    • String: find()
    • Array: findall()
    • String: replace()
  • Send GET/POST Request with custom parameters to a website and fetch the source code.
  • No Cookie support
  • No Dynamic content loading

See projects for planned things

Clone this wiki locally