Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/haskell-hint/hint

ghci haskell interpreter

Last synced: about 2 hours ago

Repository metadata:

Runtime Haskell interpreter


Owner metadata:


Committers metadata

Last synced: about 5 hours ago

Total Commits: 487
Total Committers: 36
Avg Commits per committer: 13.528
Development Distribution Score (DDS): 0.715

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
jcpetruzza j****a@g****m 139
Daniel Martí m****n@m****c 99
Samuel Gélineau g****b@g****m 91
dgorin d****n@d****r 66
Brandon Chinn b****n@l****o 20
Bertram Felgenhauer i****e@g****e 15
gwern0 g****0@g****m 9
Christiaan Baaij c****j@g****m 6
Conrad Parker c****d@m****g 5
M Farkas-Dyck s****8@g****m 4
Carl Howells c****9@g****m 3
Sidharth Kapur s****1@g****m 2
meditans m****s@g****m 2
Jens Petersen j****n@g****m 2
Leon Schoorl l****n@q****m 2
Samuel Gelineau g****m@g****m 2
Edward Betts e****d@4****m 1
Lana Black g****t 1
Luke Clifton l****n 1
Daniel Wagner d****l@w****m 1
Heinrich Apfelmus a****s@q****e 1
Herbert Valerio Riedel h****r@g****g 1
JeanPhilippe.bernardy J****y@g****m 1
Jens Petersen p****n@r****m 1
Kiara Grouwstra t****1@p****e 1
Maciej Bielecki z****a@p****l 1
Mark Wright g****h@g****g 1
Milán Nagy 1****k@g****m 1
Pasqualino 'Titto' Assini t****i@g****m 1
Rob Zinkov r****b@z****m 1
and 6 more...

Issue and Pull Request metadata

Last synced: 1 day ago


Package metadata

hackage: hint

This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.

  • Homepage: https://github.com/haskell-hint/hint
  • Licenses: BSD-3-Clause
  • Latest release: 0.9.0 (published about 6 years ago)
  • Last Synced: 2024-11-09T02:02:10.822Z (1 day ago)
  • Versions: 42
  • Dependent Packages: 11
  • Dependent Repositories: 443
  • Downloads: 75,643 Total
  • Rankings:
    • Dependent repos count: 0.955%
    • Downloads: 1.797%
    • Dependent packages count: 2.436%
    • Average: 3.357%
    • Stargazers count: 5.6%
    • Forks count: 5.996%
  • Maintainers (2)

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell-actions/setup v2 composite
.github/workflows/readme.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite
hint.cabal hackage
  • base ==4.*
  • containers *
  • directory *
  • exceptions ==0.10.*
  • filepath *
  • ghc >=8.4 && <9.9
  • ghc-boot *
  • ghc-paths *
  • random *
  • temporary *
  • transformers *
  • unix >=2.2.0.0
  • HUnit * test
  • base ==4.* test
  • bytestring * test
  • containers * test
  • directory * test
  • exceptions >=0.10.0 test
  • filepath * test
  • hint * test
  • stm * test
  • text * test
  • typed-process * test
  • unix >=2.2.0.0 test