First Token Language {:|:}

Cody Bunnell
3 min readNov 21, 2020

By Cody Bunnell

TLDR: BS Move On.

  • **Please NOTE***
  • The following screenshots are pseudo code.
  • Please Do not try to run my code.
  • FTL is for diagnostics only. (READ ONLY)

Summary:

Calling All Humans,

“The year 2021 Is on the way and Its time to continue our work on the FTL Engine Scripting Language or First Token Language. “

“Inspired by parts of Shell,Perl,JavaScript,Python. I took the keywords from each language and build a directory lookup search bar.”

“I wanted to make programming easy like writing a book, or painting a picture. Something that could be expressed Logically or Abstractly depending on what you want to say inside the script and ultimately out of the computer language itself.”

→Below are environmental “Read Only” Variables.

~/ENV/

Reference:

$!, $@, $#, $$, $%, $^, $&, $* these __special__ key / token + pairs.

So what do these mean in FTL?

Answer: Within The FTL Programming Language You can edit what each variable does I started with what I know.

$! = ‘Scalar (Variable) Statement;,

Example: <code>$!STATEMENT</code>

$@ = ‘Scalar (Variable ID)’;,

Example:<code>$@ID</code>

$# = ‘Scalar (Variable) Comment’;,

Example:<code>$#COMMENT</code>

$$ = ‘Scalar (Variable) Verify’;,

Example:<code>$$VERIFY</code>

$% = ‘Scalar (Variable) Hash Array’;,

Example:<code>$%HASH_ARRAY</code>

$^ = ‘Scalar (Variable) Direction (pointer)’;,

Example:<code>$^DIRECTION</code>

$& = ‘Scalar (Variable) Subroutine’;,

Example:<code> $&SUBROUTINE_PERL_FTL </code>

$* = ‘Scalar (Variable) Wild’;

Example:<code>$*APP:FTL</code>

Logy Software — FTL (First Token Language)

API — Config setting up an api see the script below

Load Custom Hash Script for FTL — ENGINE.IO

API — Add AvesToken

FTL — Bridge Programming

++Connecting Space&Time = {…code…}

Spacetime FTL ENGINE IO

Last Run The CallQuery Script | Results

Expected Output:

Some Colorful Code

Learning FTL Programming

lolcat callQuery.pl
Logy (c) 2020 | OS-Logy-(CC-CA-CS) (MIT)

(Contribute) [https://www.github.com/logysoftware]

(Support) [https://www.facebook.com/logysoftware]

(Connect) [https://www.twitter.com/logy_code]

--

--