Lover's Pledge

Lover's Pledge (Japanese: 恋は契約のあとで, Hepburn: Koi wa Keiyaku no Atode) is a 2005 yaoi manga written and illustrated by Kae Maruya. It is licensed in English by Digital Manga Publishing, which released the manga on 21 October 2008.[1] It is licensed in German by Carlsen Comics, under the title Love Contract.[2]

Lover's Pledge
恋は契約のあとで
(Koi wa Keiyaku no Ato de)
GenreRomance, Yaoi
Manga
Written byKae Maruya
Published byTokuma Shoten
English publisher
Digital Manga Publishing
ImprintChara Selection
PublishedApril 25, 2005

Reception

Leroy Douresseaux describes the manga as "passionately romantic", and praised the author's characterisation and artwork.[3] Patricia Beard felt that experienced readers would find some stories familiar.[4] Holly Ellingwood described it as "the perfect yaoi for fans of happy endings".[5]

gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.

References

  1. "Lover's Pledge". Juné Books. Archived from the original on March 3, 2016.
  2. "Love Contract". Carlsen Manga! (in German).
  3. Douresseaux, Leroy (14 November 2008). "Lover's Pledge (Yaoi)". Comic Book Bin. Toon Doctor.
  4. Beard, Patricia (26 February 2009). "Lover's Pledge Vol. #01". Mania. Demand Media. Archived from the original on 14 December 2014.
  5. Ellingwood, Holly (13 October 2008). "Lover's Pledge (Advance Review)". activeAnime.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.