{"id":14008300,"url":"https://github.com/rodrigobotti/haskell-for-imperative-programmers","last_synced_at":"2025-07-24T03:32:29.297Z","repository":{"id":56554947,"uuid":"308950912","full_name":"rodrigobotti/haskell-for-imperative-programmers","owner":"rodrigobotti","description":"Code built from watching the \"Haskell for Imperative Programmers\" series of lessons on Youtube","archived":false,"fork":false,"pushed_at":"2020-10-31T20:54:10.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-10T11:02:55.696Z","etag":null,"topics":["hacktoberfest","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodrigobotti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-31T18:48:31.000Z","updated_at":"2022-02-08T14:29:19.000Z","dependencies_parsed_at":"2022-08-15T20:50:40.426Z","dependency_job_id":null,"html_url":"https://github.com/rodrigobotti/haskell-for-imperative-programmers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobotti%2Fhaskell-for-imperative-programmers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobotti%2Fhaskell-for-imperative-programmers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobotti%2Fhaskell-for-imperative-programmers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobotti%2Fhaskell-for-imperative-programmers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigobotti","download_url":"https://codeload.github.com/rodrigobotti/haskell-for-imperative-programmers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227410574,"owners_count":17774770,"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":["hacktoberfest","haskell"],"created_at":"2024-08-10T11:01:34.101Z","updated_at":"2024-11-30T19:30:56.839Z","avatar_url":"https://github.com/rodrigobotti.png","language":"Haskell","funding_links":[],"categories":["Haskell"],"sub_categories":[],"readme":"# Haskell for Imperative Programmers\n\nThis is repository has haskell code that was built by following the video series\n[Haskell for Imperative Programmers](https://www.youtube.com/watch?v=Vgu82wiiZ90\u0026list=PLe7Ei6viL6jGp1Rfu0dil1JH1SHk9bgDV).\n\nIt was originally coded entirely in [REPL.IT](https://repl.it) which is an online virtual repl environment.\n\nSince in order to complete the series the project requires the installation of external dependencies, \nthe base `replt.it` template chosen was the [Haskell-Cabal](https://repl.it/@templates/Haskell-Cabal).\n\nCheck out the [template details](#template-details) for instructions on how to run it.\n\n## Structure\nHere's the general structure of the project highlighting the files and directories we are going to touch.\n\n(Most files and directories generated by the scaffolding process from the template are ommited).\n\n```\n/\n|-- Cabal-example.cabal # cabal configuration file\n|                       # external dependencies, runtime flags\n|\n|-- Entrypoint.hs # program's Main entrypoint\n|\n|-- /src  # \"lib\" code of the program\n    |\n    |-- /Exercises  # solutions to the exercises proposed by the video series\n    |\n    |-- Utils.hs  # general utility (such as printing)\n```\n\n## Template details\n\nThis template makes it easy for you to use Haskell with Cabal on Repl.it. \n\n### Setup\n\n- Fork this repl\n- Open the shell (control/cmd + K) \n- Run `cabal sandbox init`\n- Run `cabal update`\n- Run `cabal install --only-dependencies`\n- Hit the run button and see \"Hello, Haskell\"\n\n### Usage\n\n- Your entrypoint is Main.hs\n- Run is linked to `cabal run`, so just hitting run would work!\n- To add a new dependency simply add it to Cabal-example.cabal\n- To install dependencies make sure to open the shell (control/cmd + K) and run `cabal update \u0026\u0026 cabal install --only-dependencies`\n\nThat's it! This template has `titlecase` as a dependency just for the example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigobotti%2Fhaskell-for-imperative-programmers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigobotti%2Fhaskell-for-imperative-programmers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigobotti%2Fhaskell-for-imperative-programmers/lists"}