소개: 골드 프로그래밍 언어
3365 단어 goldjavascriptnpmnode
금
Gold 프로그래밍 언어는 편집하기 정말 쉽게 설계된 프로그래밍 언어이며 전반적으로 투과성이 매우 높은 코딩 언어입니다.
언어는 자주 업데이트되고 있으며 실제로 새로운 업데이트를 받았습니다. 변수 업데이트!
Gold의 영감은 내 친구 중 한 명에게서 나왔습니다. 그는 자신만의 코딩 언어를 만드는 것이 가능한지 물었습니다.
프로그램 작성
금은 다음과 같이 작동합니다.
Variable!에 자신만의 .gold 프로그램을 작성합니다.
이 아이디어는 다소 어리석은 것처럼 들릴 수 있지만 작동합니다!
기본 Hello World! 프로그램은 다음과 같습니다.
var myGoldProgram = {
name: "Example Gold Program",
des: "An Example Gold Program for the README file.",
ex: [
{
fun: "log",
val1: "Hello World!"
}
]
};
export { myGoldProgram };
또한 언어 내부에는 다음을 포함하여 많은 다른 기능이 있습니다.
fun // add, sub, mul, div, if, log, var, logVar
saveToVar // true/false
val1 // Your First Value, used for logging things and math equations.
val2 // Second Value for math equations.
slot // Variable slot for saving. Possibilites are 0, 1, or 2.
type // =, >, <, !
logvaluetrue // What to log if your if statement is true
logvaluefalse // What to log if your if statement is false
기부금
골드에 기여하고 싶습니까? contributing.md을 확인하여 Gold 언어를 개선할 수 있는 방법을 알아보세요!
마무리
이 프로젝트는 다음 패키지 없이는 불가능합니다.
prompt
open
colors
저에게 연락하고 싶으신가요? 내 Discord 서버에 가입 - Discord
Reference
이 문제에 관하여(소개: 골드 프로그래밍 언어), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/colack/introducing-the-gold-programming-language-2d8g
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
var myGoldProgram = {
name: "Example Gold Program",
des: "An Example Gold Program for the README file.",
ex: [
{
fun: "log",
val1: "Hello World!"
}
]
};
export { myGoldProgram };
fun // add, sub, mul, div, if, log, var, logVar
saveToVar // true/false
val1 // Your First Value, used for logging things and math equations.
val2 // Second Value for math equations.
slot // Variable slot for saving. Possibilites are 0, 1, or 2.
type // =, >, <, !
logvaluetrue // What to log if your if statement is true
logvaluefalse // What to log if your if statement is false
Reference
이 문제에 관하여(소개: 골드 프로그래밍 언어), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/colack/introducing-the-gold-programming-language-2d8g텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)