{"id":19028360,"url":"https://github.com/asierso/argon","last_synced_at":"2026-06-18T01:30:54.180Z","repository":{"id":181697872,"uuid":"317969740","full_name":"Asierso/Argon","owner":"Asierso","description":"A new programming language in development","archived":false,"fork":false,"pushed_at":"2020-12-20T12:28:08.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T19:45:01.106Z","etag":null,"topics":["programming-language"],"latest_commit_sha":null,"homepage":"http://asierso.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asierso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-02T19:30:17.000Z","updated_at":"2022-03-16T13:38:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"6408b967-8ee9-42b8-b825-a78a97f95d6d","html_url":"https://github.com/Asierso/Argon","commit_stats":null,"previous_names":["asierso/argon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Asierso/Argon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asierso%2FArgon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asierso%2FArgon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asierso%2FArgon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asierso%2FArgon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asierso","download_url":"https://codeload.github.com/Asierso/Argon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asierso%2FArgon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34472822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["programming-language"],"created_at":"2024-11-08T21:10:53.049Z","updated_at":"2026-06-18T01:30:54.162Z","avatar_url":"https://github.com/Asierso.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Alt text](Images/title.png?raw=true \"Title\")\n# Argon framework\nIs a new programming languaje that is easy to use. With basic functionalities for starters. Writed on c#. You can develop plugins in js or modify the Argon core.\nBased in MScript for scripts *.arns.\n\n## Syntax\nA free code organization. You have to use \";\" and define parameters with \"\". You can organize like this three examples or other ways\n```\nInstruction \"Parameter\",\"Parameter\";\n\nInstruction \"Parameter\" \"Parameter\";\n\nInstruction (\"Parameter\",\"Parameter\");\n```\nArgon brings some functions integrated but you can add your own instructions to Argon core to extend his functions\n| Function | Aruments | Details |\n| ---------------- | ------------------ | ---------------- |\n| print | Text (String)  | Print text in screen |\n| print.line  | Text (String)  | Print text in screen and \\n |\n| font | Color (String)  | Change font color |\n| start | FileName (String), ExecutionArgs (String)  | Start a process |\n| file.write | FileName (String), Text (String)  | Write an string on a file |\n| file.write.line | FileName (String), Text (String)  | Write in a line an string on a file |\n| file.read | FileName (String), Variable (Var)  | Read the file |\n| file.read.line | FileName (String), Variable (Var)  | Read one line in file |\n| var | VariableName (Var), Value (String/Int)  | Create a var to save data |\n| function | FunctionName (Function)  | Call to a function |\n| function.external | ExternalFile (Arns)  | Call to an external function |\n| function.open | FunctionName (Function)  | Open declare of a function |\n| function.close | FunctionName (Function)  | Close declare of a function |\n| if | ValueA (String/Int), Comparrator (Enum), ValueB (String/Int), Function (Function)  | Conditional |\n| network.download.text | Url (String) | Download text of a web |\n| network.download.file | Url (String), File (String) | Download a file of a url |\n| math.sum | Number (Int), Number (Int), Variable (Var) | Sum 2 numbers |\n| math.rest | Number (Int), Number (Int), Variable (Var) | Rest 2 numbers |\n| math.multiply | Number (Int), Number (Int), Variable (Var) | Multiply 2 numbers |\n| math.divide | Number (Int), Number (Int), Variable (Var) | Divide 2 numbers |\n| math.sqrt | Number (Int), Variable (Var) | Sqrt 2 numbers |\n| join | Text (String), Text (String), Variable (Var) | Join 2 strings |\n| js.run | JSFileName (String), Variable (Var) | Run an .js with node |\n| js.run.args |  JSFileName (String), ExecutionArgs (String), Variable (Var) | Run an .js containing arguments with node |\n| js.run.print |  JSFileName (String) | Run an .js containing arguments with node amd print them |\n| js.run.args.print |  JSFileName (String), ExecutionArgs (String) | Run an .js containing arguments with node and print them |\n| wait |  Number (Int) | Wait a lapse of time |\n| input |  Variable (Var) | Get text introduced in terminal |\n\n\nTo call variable, if their use is not explicit, you can called using this structure similar like php\n```\n Instruction \"$Variable\";\n```\n## Wait\nRemind that this is only an a experimental version in development. There have bugs and a few things to use. \nMore things are comming soon.\n\n## Requirements\n- Windows / Linux / MacOS\n- .Net Framework +4.0 or Mono\n- Node.js (Any version) with npm\n\n## Alert\nSome plugins in .js was added to complete the argon functionality. These plugins will be integrated in the Argon c# code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasierso%2Fargon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasierso%2Fargon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasierso%2Fargon/lists"}