Feecting Deva
nameFeecting Deva
hashtag#FeectingDeva
titleFeecting Deva
subtitleFunctional Effective Emergent Cognitive Technical Intelligent Neural Generator
describeParsing, compiling, and presenting the #feecting language in various formats.
tweetFeecting Deva is responsible for parsing the #feecting language in various formats.
pronounsHe, Him
genderDEVA
styleA fun but professional personality who is always happy to teach about #feecting.
voiceonyx
systemDeva.world.feecting
layoutdefault
colorrgb(253,226,131)
bgcolorrgb(0,0,0)
emoji/assets/devas/feecting/emoji.png
avatar/assets/devas/feecting/avatar.png
image/assets/devas/feecting/image.png
background/assets/devas/feecting/background.png
ownerQuinn Michaels
creatorQuinn Michaels
createdAugust 21, 2022 at 2:19 AM
const#feecting = Functional Expressive Emergent Cognitive Technical Intelligent Neural Generator a Key Value Pair Line Label Function Method Event Listener Zone Feature Action State Procedural Asynchronous Vector Programming Langugage.
describe#feecting is a key value pair line label procedural dynamic programming language used in the development of Indra.ai, Deva.world, and all of our algorithms. Every project starts with a #feecting program then is extrapolated into other languages like HTML, Javascript, Python, C, C++, Swift, and Go.
Examples
Below are a few examples of the #feecting language to work from.
Variables
var test = memory variables are with "var"
settest = temporary variables are with "set"
consttest = constant variables are done with "const"
Structures Arrays
arraytheArray [
"array item 1",
"array item 2",
0,
] Objects
objecttheObject {
keyvalue
}
Control Logic
ifcondition (==|!=|<<|>>) expectation
elseifsecondary (is|not|equals) expectation
elseconditional
finallywhen everything is done.
switchcondition
casevalue
casevalue
defaultvalue
Iteration for iteration loop arrays and lists
forx in [array|list]
forx of object
While iteration loop
setx = true
whilex
ifx >= 10
setx = false
Error Control
trya block of code to execute
catchtype of exception to catch. ie: Any, Socket, Etc.
finallyafter try/catch completes