Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings
home-lang

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@home-lang

Home Programming Language

There is no language like Home.

A systems language that doesn't compromise

There is no language like Home. The speed of Zig. The safety of Rust. The joy of TypeScript.

home-lang.orgDocsGitHub DiscussionsDiscord


What is Home?

Home is a modern programming language for systems and application development that delivers fast compile times, memory safety without ceremony, and APIs that spark joy.Crafting cross-platform apps has never been easier.

import basics/http { Server }fn main() {  let server = Server.bind(":3000")  server.get("/", fn(req) -> async Response {    return Response.json({ message: "Welcome Home! 🏡" })  })  server.listen()}

File Extensions:.home or.hm

Package Manager:pantry/ for dependencies •.freezer for lockfiles

Configuration:home.tomlcouch.tomlcouch.json(c)


Why Home?

  • Fast - Lightning-quick compile times with aggressive IR caching and parallel builds
  • Safe - Memory safety without the ceremony of manual management or complex lifetimes
  • Joyful - TypeScript-inspired syntax that feels natural and familiar
  • Batteries Included - HTTP server, database access, queues, and async runtime in stdlib
  • Modern Tooling - Built-in package management, formatter, and LSP
  • Cross-Platform UI - Build native desktop and mobile apps alongside your web apps

Get Started

# Clone the compilergit clone https://github.com/home-lang/home.gitcd home# Buildzig build# Run your first programhome run examples/hello.home

Read the docs →


Built with ❤️ by the Home community

Star us on GitHub to support the project!

PinnedLoading

  1. homehomePublic

    There is no language like Home. The speed of Zig. The safety of Rust. The joy of TypeScript.

    Zig 8 1

  2. home-oshome-osPublic

    A safe, performant & modern operating system.

    Shell 3

  3. craftcraftPublic

    Performant, native desktop & mobile apps with web languages.

    Zig 4

  4. mailmailPublic

    A performant & secure SMTP server implementation, designed for self-hosting email infrastructure.

    Zig 2

  5. dendenPublic

    Den is where you feel at Home.

    Zig 2

  6. pantrypantryPublic

    A performant, universal package manager that just works.

    Zig 4

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…


[8]ページ先頭

©2009-2025 Movatter.jp