.jsc minified FileTypes

I would like to propose the .jsr server-side filetype, where "r" == "regular expression". This file is stored on the server-side device

I would also like to propose a .jsc filetype, where "c" == "compiled .jsr". This file is automatically generated on the client-side device

These filetypes allow for a near-minified file, generated automatically by the web browser

// Located at server, where w == /(_([\d]*)?)?[a-zA-Z]+[\w]*/
FILE.jsr
let [wcw] = 12
let [wdw] = 24
let [wbw] = [wcw] + [wdw] // 36

// Pull #1 from server
FILE.jsc
let _82828c_82828 = 12
let _84828c_84828 = 24
let _86628c_86628 = _82828c_82828 + _84828c_84828 // 36

// Pull #2 from server
FILE.jsc
let _97631c_97631 = 12
let _97233c_97233 = 24
let _97842c_97842 = _97631c_97631 + _97233c_97233 // 36

// Pull #3 from server
FILE.jsc
let _91778c_91778 = 12
let _92384c_92384 = 24
let _94502c_94502 = _91778c_91778 + _92384c_92384 // 36

REFERENCE & ATTRIBUTION
Describing Programming Language Syntax using Regenerative Conjunctive and Boolean Grammars - https://arxiv.org/pdf/2012.03538.pdf

The language has no concept of files, file types, file names, or extensions.

1 Like