{"id":19718074,"url":"https://github.com/thomasvrgn/love","last_synced_at":"2025-04-29T20:31:00.498Z","repository":{"id":40502895,"uuid":"507576537","full_name":"thomasvrgn/love","owner":"thomasvrgn","description":"Imperative programming language that brings love by its simplicity.","archived":false,"fork":false,"pushed_at":"2022-07-22T20:04:48.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T19:12:48.341Z","etag":null,"topics":["compiler","haskell","language","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/thomasvrgn.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}},"created_at":"2022-06-26T13:05:29.000Z","updated_at":"2023-01-29T04:49:39.000Z","dependencies_parsed_at":"2022-07-04T10:43:01.319Z","dependency_job_id":null,"html_url":"https://github.com/thomasvrgn/love","commit_stats":null,"previous_names":["thomasvrgn/love"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasvrgn%2Flove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasvrgn%2Flove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasvrgn%2Flove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasvrgn%2Flove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasvrgn","download_url":"https://codeload.github.com/thomasvrgn/love/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251578350,"owners_count":21612022,"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":["compiler","haskell","language","programming-language"],"created_at":"2024-11-11T22:52:30.231Z","updated_at":"2025-04-29T20:31:00.475Z","avatar_url":"https://github.com/thomasvrgn.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg height=64px src=\"assets/love.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eLove Programming Language\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nA simple imperative programming language which will bring love to your life!\n\u003c/p\u003e \n\u003cbr /\u003e\n\n```go\nfunc main() {\n  print(\"Hello, world!\")\n}\n```\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/thomasvergne/love.svg)](https://github.com/quark-lang/quark/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/thomasvergne/love.svg)](https://github.com/quark-lang/quark/pulls)\n[![License](https://img.shields.io/badge/license-Creative%20commons-blue.svg)](/LICENSE)\n\u003c/div\u003e\n\n## Modern features\n- **Dynamically typed** for easy prototyping\n- **Functional features** for efficient programming\n- **Object implementation** for basic and easy object-oriented use\n- **Easy syntax** for easy learning\n- And much more...\n\n## Some examples of Love\n\n### Variables\n```go\nx := 6\nprint(x)\nx = 2\nprint(x)\n```\n\n### Functions\nFunctions extend from functional programming as there are lambdas (AKA anonymous functions) and closures. \n```go\nfunc add(x, y) x + y\nfunc sub(x, y) {\n  return x - y\n}\n\nmain := func() {\n  print(add(5, sub(2, 3)))\n}\n```\n\n### Structures\nStructures are the way to do some object-oriented programming in the language. They are similar to javascript objects.\n```go\nperson := struct {\n  name: \"John Doe\",\n  age: 37\n}\nprint(person.name)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasvrgn%2Flove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasvrgn%2Flove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasvrgn%2Flove/lists"}