{"id":24775747,"url":"https://github.com/ubavic/programming-in-haskell","last_synced_at":"2025-07-25T23:33:16.212Z","repository":{"id":110549800,"uuid":"577005373","full_name":"ubavic/programming-in-haskell","owner":"ubavic","description":"Book on Haskell written in Haskell. ","archived":false,"fork":false,"pushed_at":"2025-07-05T09:36:55.000Z","size":764,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T04:36:20.404Z","etag":null,"topics":["book","functional-programming","haskell"],"latest_commit_sha":null,"homepage":"https://haskel.ubavic.rs","language":"Haskell","has_issues":false,"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/ubavic.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,"zenodo":null}},"created_at":"2022-12-11T17:24:33.000Z","updated_at":"2025-07-05T09:36:58.000Z","dependencies_parsed_at":"2024-01-11T22:07:25.997Z","dependency_job_id":"7607b9e4-5baf-476e-991e-bf3c9db2c4d1","html_url":"https://github.com/ubavic/programming-in-haskell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ubavic/programming-in-haskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubavic%2Fprogramming-in-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubavic%2Fprogramming-in-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubavic%2Fprogramming-in-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubavic%2Fprogramming-in-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubavic","download_url":"https://codeload.github.com/ubavic/programming-in-haskell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubavic%2Fprogramming-in-haskell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267083658,"owners_count":24033346,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":["book","functional-programming","haskell"],"created_at":"2025-01-29T06:55:29.642Z","updated_at":"2025-07-25T23:33:16.177Z","avatar_url":"https://github.com/ubavic.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Programming in Haskell\n\nThis is repositorium for the *[Programiranje u Haskelu](https://haskel.ubavic.rs)*. The book is written in custom format `.atex` and compiled to `.html` via custom software written in Haskell.\n\n*Programing in Haskell* is written on Serbian, and it is intended as an introductory text to Haskell programming.\n\nMonorepo contains following packages:\n\n+ `book`: text source for the book\n+ `compiler`: compiler for `.atex` format\n+ `vscode-atex`: VS Code extension for `.atex` format\n+ `public`: JS, CSS and image files. Compiled html is placed here\n\n## Build\n\nIn `compiler` directory run\n\n```bash\ncabal v2-run haskellBook.cabal -- \"../book/\" \"../public/\"\n```\n\n## Atex\n\nAtex is a markup language that supports basic text formatting. It is inspired by the TeX, but unlike the TeX, in Atex commands start with the `@`. Hence the language name (`at + tex`).\n\nAtex supports following commands:\n + Sectioning: `@chapter`, `@section`, `@subsection`\n + Block environments: `@codeBlock`, `@terminal`, `@example`, `@problem`, `@figure`, `@list`\n + Paragraph `@p` and list item `@li` environments\n + Markup: `@em` (emphasis), `@code` (inline Haskel code), `@pre` (general monospaced text) `@m` (inline math), `@eq` (block math), `@def` (term definition), `@url` (link), `@note` (sidenote), `@ref` (reference - not yet implemented).\n + Todo mark `@todo` - not rendered\n\nAtex extension for VS Code adds support for syntax highlighting and set of snippets. The extension can be installed by copying `vscode-atex` directory to VSC settings directory:\n\n```bash\ncp vscode-atex/. ~/.vscode-oss/extensions/atex/ -r\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubavic%2Fprogramming-in-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubavic%2Fprogramming-in-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubavic%2Fprogramming-in-haskell/lists"}