{"id":18016956,"url":"https://github.com/fitzgen/loader","last_synced_at":"2026-02-25T08:36:12.919Z","repository":{"id":975028,"uuid":"773572","full_name":"fitzgen/loader","owner":"fitzgen","description":"A smart, parallel client-side Javascript loader written in ParenScript","archived":false,"fork":false,"pushed_at":"2010-07-15T16:03:28.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T00:53:01.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/fitzgen.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":"2010-07-13T23:43:26.000Z","updated_at":"2014-05-16T02:46:16.000Z","dependencies_parsed_at":"2022-07-05T22:30:31.639Z","dependency_job_id":null,"html_url":"https://github.com/fitzgen/loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitzgen/loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Floader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Floader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Floader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Floader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitzgen","download_url":"https://codeload.github.com/fitzgen/loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Floader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-30T04:19:46.632Z","updated_at":"2026-02-25T08:36:12.903Z","avatar_url":"https://github.com/fitzgen.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `$loader`\n\nSpeed up your pages by transforming\n\n    \u003cscript src=\"jquery.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript src=\"jquery.tempest.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript src=\"jquery.lightbox.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript src=\"jquery.autocomplete.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript src=\"wu.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n        $(document).read(function () {\n            doSomeStuff();\n            // ...\n        });\n    \u003c/script\u003e\n\nin to\n\n    \u003cscript src=\"loader.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n\n        // jQuery and Wu are loaded in parallel.\n\n        $loader.load([\"jquery.min.js\", \"wu.js\"])\n\n               // The jQuery plugins are loaded in parallel as well, but only after\n               // jQuery is already loaded and evaluated.\n\n               .load([\"jquery.tempest.js\", \"jquery.lightbox.js\", \"jquery.autocomplete.js\"],\n                     function () {\n                         doSomeStuff();\n                         // ...\n                     });\n\n    \u003c/script\u003e\n\n## Getting up and running\n\n`$loader` is written in [ParenScript][] (a small, Lispy language that compiles\nto Javascript), to build the latest source, you will need a Common Lisp\nimplementation (my build script targets [Steel Bank Common Lisp][]) and\nParenScript. Then just run\n\n    ./build\n\nIf you just want to get up and running quickly, I will put prebuilt, minified\nversions up on the GitHub [downloads page][] as soon as there is some stability.\n\n[ParenScript]: http://common-lisp.net/project/parenscript/\n[Steel Bank Common Lisp]: http://sbcl.sourceforge.net/\n[downloads page]: http://github.com/fitzgen/loader/downloads","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Floader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitzgen%2Floader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Floader/lists"}