{"id":13608818,"url":"https://github.com/charleskoffler/clprolf","last_synced_at":"2025-04-12T17:33:04.183Z","repository":{"id":194338795,"uuid":"690614663","full_name":"charleskoffler/clprolf","owner":"charleskoffler","description":"Clprolf is a specialized, guided object-oriented language. It features predefined, specialized components and applies constraints to inheritance and interfaces, focusing on algorithmic programming. It is a superset of java.","archived":false,"fork":false,"pushed_at":"2024-12-23T13:36:44.000Z","size":3484,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-23T14:37:26.349Z","etag":null,"topics":["c","c-sharp","design-pattern","design-patterns","design-patterns-implemented-in-java","design-patterns-java","framework","java","language","languages","new-language","oriented-programming-language","php","programming-language","programming-languages","science","scientific-research","simulation","simulation-framework","simulations"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charleskoffler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2023-09-12T14:29:18.000Z","updated_at":"2024-12-23T13:46:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ffb06ac-d38d-4d95-81ab-7f46116c283e","html_url":"https://github.com/charleskoffler/clprolf","commit_stats":{"total_commits":123,"total_committers":3,"mean_commits":41.0,"dds":0.08943089430894313,"last_synced_commit":"fcb7829dcc882733df02bbe625308e0e18255b17"},"previous_names":["sabrikoffler/losim-language","charleskoffler/losim-language","charleskoffler/simol-language","charleskoffler/clprolf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleskoffler%2Fclprolf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleskoffler%2Fclprolf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleskoffler%2Fclprolf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleskoffler%2Fclprolf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charleskoffler","download_url":"https://codeload.github.com/charleskoffler/clprolf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248605370,"owners_count":21132159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c","c-sharp","design-pattern","design-patterns","design-patterns-implemented-in-java","design-patterns-java","framework","java","language","languages","new-language","oriented-programming-language","php","programming-language","programming-languages","science","scientific-research","simulation","simulation-framework","simulations"],"created_at":"2024-08-01T19:01:30.210Z","updated_at":"2025-04-12T17:32:59.172Z","avatar_url":"https://github.com/charleskoffler.png","language":"Java","readme":"# clprolf language and framework\n\nClprolf is a specialized, guided object-oriented language. It features predefined, specialized components and applies constraints to inheritance and interfaces, focusing on algorithmic programming.\nIt is especially made for complex systems, simulation or Multi-Agent System-like applications, or education benefits.\n\nIt is a superset of java. The clprolf framework is available for Java, C#, or PHP, and is designed to leverage Clprolf in those languages.\n\n[clprolf official web site](https://www.clprolf-lang.org/)\n\n[Contributing](https://github.com/charleskoffler/clprolf/blob/main/CONTRIBUTING.md)\n\n[AI Insights](https://github.com/charleskoffler/clprolf/tree/main/docs/ai_insights.md)\n\n### Clprolf official documentation\n\n[The kind of classes](https://github.com/charleskoffler/clprolf/tree/main/docs/official/clprolf_docu_offic_class_roles.md)\n\n[Talking in Java versus talking in Clprolf - Quicksort example](https://github.com/charleskoffler/clprolf/tree/main/docs/official/clprolf_docu_offic_java_vs_clprolf_quicksort.md)\n\n[Learning the class roles through Java wrappers](https://github.com/charleskoffler/clprolf/tree/main/docs/official/clprolf_docu_offic_3_java_lib_wrappers.md)\n\n[A clprolf design pattern example with multiple inheritance](https://github.com/charleskoffler/clprolf/tree/main/docs/official/clprolf_off_doc_4_clpr_desig_patt_mult_herit.md)\n\n[The basics and the single inheritance of interfaces](https://github.com/charleskoffler/clprolf/tree/main/docs/official/clprolf_off_doc_5_interfaces_basics.md)\n\n[Interface multiple inheritance in Clprolf](https://github.com/charleskoffler/clprolf/tree/main/docs/official/clprolf_off_doc_6_simu_multi_inh.md)\n\n### Getting started in clprolf\n\n[Concurrency and parallelism](https://github.com/charleskoffler/clprolf/tree/main/docs/getting_started/clprolf_simple_doc_github_website_conc_parall.md)\n\n[The \"underst\" modifier](https://github.com/charleskoffler/clprolf/tree/main/docs/getting_started/clprolf_simple_doc_github_website_underst.md)\n\n### Complete definition\n\nThis document may seem quite hard at first glance. But it aims to be complete and bringing demonstrations.\n\n[Complete and theoretical definition of clprolf](https://github.com/charleskoffler/clprolf/tree/main/docs/clprolf_complete_theoretical_def.md)\n\n### Design patterns in clprolf analysis\n\n[Whole directory](https://github.com/charleskoffler/clprolf/tree/main/docs/design_patterns_in_simol_analysis)\n\n[Proxy pattern analysis](https://github.com/charleskoffler/clprolf/tree/main/docs/design_patterns_in_simol_analysis/proxy_design_patterns_in_simol_analysis.md)\n\n## Sources\n\n### clprolf compiler\n\n[clprolf compiler directory](https://github.com/charleskoffler/clprolf/tree/main/simol_compiler)\n\n### clprolf frameworks\n\n[clprolf Java framework](https://github.com/charleskoffler/clprolf/tree/main/simol_compiler/src/main/java/org/simol/simolframework/java)\n\n[clprolf C# framework](https://github.com/charleskoffler/clprolf/tree/main/simol_framework/SimolCsharpFramework)\n\n[clprolf PHP framework](https://github.com/charleskoffler/clprolf/tree/main/simol_framework/simol_php_framework)\n\n### Source examples\n\n[clprolf wrappers for Java Standard Libraries](https://github.com/charleskoffler/clprolf/tree/main/wrappers)\n\n[clprolf simple examples](https://github.com/charleskoffler/clprolf/tree/main/simol_simple_examples)\n\n[clprolf algorithms examples](https://github.com/charleskoffler/clprolf/tree/main/simol_algorithms_examples)\n\n[clprolf design patterns examples](https://github.com/charleskoffler/clprolf/tree/main/simol_design_patterns_examples)\n\n[clprolf games examples](https://github.com/charleskoffler/clprolf/tree/main/simol_games_examples)","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharleskoffler%2Fclprolf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharleskoffler%2Fclprolf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharleskoffler%2Fclprolf/lists"}