npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

taheui

v0.2.1

Published

Aheui interpreter for Javascript, with Typescript support!

Downloads

5

Readme

타희 taheui - 타입스크립트 아희 인터프리터

Test & Publish status Web status

Example Page

npm install --save taheui

한글로 쓰는 난해한 프로그래밍 언어 아희의 TypeScript 구현체입니다. 64비트 정수를 제외한 표준 아희 스니펫을 온전하게 지원합니다.

이 프로젝트는 아희 표준을 만족하면서 범용적으로 사용할 수 있는 인터페이스를 제공하는 것을 목표로 합니다. jsaheui의 전역 상태를 피하고, naheui와 비교하면 이벤트, 비동기 실행 기능이 추가되었습니다. 성능도 약간이나마 우세합니다. (logo 기준 15% 빠름)

taheui는 run(), stop(), step(), reset() 제어 메소드와 상태('start', 'step', 'stop', 'end'), 동작('reset'), 출력('character', 'integer') 이벤트 콜백으로 구현체를 폭넓은 환경에 적용할 수 있도록 설계되었으며, 호환성도 높여 웹 브라우저 뿐 아니라 node.js, Web Worker와 같은 환경에서도 사용할 수 있습니다.

문서

타입과 주석으로 상세한 설명을 붙이려고 노력했습니다. 별도의 페이지로 마련된 문서는 없지만 코드를 참고해주시기 바랍니다.

컴파일

git clone https://github.com/WKBae/taheui.git
cd taheui
npm install
npm run build