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

chaltteok

v0.2.2

Published

자연스러운 한국어를 꿈꾸는 프로그래밍 언어

Downloads

6

Readme

찰떡🍡

자연스러운 한국어를 꿈꾸는 프로그래밍 언어 '찰떡'의 명세와 구현체입니다.

명세

명세 문서를 참고해주세요.

예시

짝수 [명사]
어느 정수가 짝수이다: 해당 정수가 2로 나누어떨어진다.

홀수 [명사]
어느 정수가 홀수이다: 해당 정수가 짝수이지 않다.

소수 [명사]
어느 정수가 소수이다:
  해당 정수가 2거나, 해당 정수가 3 이상이고 해당 정수가 홀수이고,
    해당 정수가 3 이상 해당 정수의 0.5제곱 이하의 홀수로 나누어떨어지지 않는다.

어느 정수가 3 이상 얼마 이하의 홀수로 나누어떨어지다:
  뒤의 수의 정수부를 '상한'이라고 하자.
  '상한'이 짝수면 '상한'에서 1을 빼고 아니면 그대로 두자.
  '상한'이 3 이상이고,
    앞의 수가 '상한'으로 나누어떨어지거나
    앞의 수가 3 이상 '상한'과 2의 차 이하의 홀수로 나누어떨어지다.

23이 소수이다. (=> 참)

예시 문서에 더 많이 있으니 참조해주세요.

Node.js 구현체

git clone https://github.com/dragonteros/chaltteok.git
cd chaltteok
npm install
node repl.js

같이 보기